Lines Matching refs:IncludeBriefCommentsInCodeCompletion
243 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
392 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
455 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
476 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1567 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1714 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1724 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1725 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1753 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1821 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1822 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2197 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()