Searched defs:IncludeBriefComments (Results 1 – 5 of 5) sorted by relevance
28 unsigned IncludeBriefComments : 1; variable
35 unsigned IncludeBriefComments : 1; variable
654 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; in clang_codeCompleteAt_Impl() local
2582 bool IncludeBriefComments) { in CreateCodeCompletionString()2599 bool IncludeBriefComments) { in CreateCodeCompletionString()
2320 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete()