Lines Matching refs:IncludeBriefCommentsInCodeCompletion
245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1558 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1705 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1715 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1716 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1743 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1805 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1806 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2178 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()