Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDASTUnit.h258 bool IncludeBriefCommentsInCodeCompletion : 1; variable
727 bool IncludeBriefCommentsInCodeCompletion = false,
749 bool IncludeBriefCommentsInCodeCompletion = false,
782 bool IncludeBriefCommentsInCodeCompletion = false,
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp229 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
381 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
447 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
470 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1788 bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocationAction() argument
1811 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction()
1812 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction()
1953 bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1964 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1965 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
[all …]