Lines Matching refs:IncludeBriefCommentsInCodeCompletion
225 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
366 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
429 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
450 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1730 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument
1754 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction()
1755 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction()
1900 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1910 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1911 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1937 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1991 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1992 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2337 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()