Lines Matching refs:IncludeBriefCommentsInCodeCompletion
245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1532 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1679 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1689 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1690 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1717 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1777 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1778 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2148 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()