Home
last modified time | relevance | path

Searched refs:IncludeBriefCommentsInCodeCompletion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h251 bool IncludeBriefCommentsInCodeCompletion : 1; variable
793 bool IncludeBriefCommentsInCodeCompletion = false,
844 bool IncludeBriefCommentsInCodeCompletion = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp244 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()
[all …]