Lines Matching refs:IncludeBriefCommentsInCodeCompletion
243 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
391 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
455 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
476 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1493 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument
1517 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction()
1518 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction()
1671 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1681 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1682 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1709 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1766 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1767 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2138 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()