Lines Matching refs:IncludeBriefCommentsInCodeCompletion
231 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
372 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
438 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
461 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1727 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument
1751 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction()
1752 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction()
1891 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) { in LoadFromCompilerInvocation() argument
1900 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1901 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1929 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1980 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1981 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
2326 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()