Lines Matching refs:IncludeBriefCommentsInCodeCompletion
244 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1580 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1727 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1737 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1738 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1766 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1834 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1835 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2210 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()