Lines Matching refs:IncludeBriefCommentsInCodeCompletion
245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1543 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1698 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1708 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1709 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1736 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1796 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1797 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2167 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()