Lines Matching refs:IncludeBriefCommentsInCodeCompletion
245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1530 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1677 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1687 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1688 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1715 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1778 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1779 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2151 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()