Lines Matching refs:IncludeBriefCommentsInCodeCompletion
225 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
366 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
429 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
450 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1738 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument
1762 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction()
1763 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction()
1908 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1918 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1919 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1945 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1999 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
2000 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2346 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()