Lines Matching refs:IncludeBriefCommentsInCodeCompletion
245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1533 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1680 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1690 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1691 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1718 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1778 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1779 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2149 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()