Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h251 bool IncludeBriefCommentsInCodeCompletion : 1; variable
790 bool IncludeBriefCommentsInCodeCompletion = false,
841 bool IncludeBriefCommentsInCodeCompletion = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp243 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
392 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
455 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
476 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1567 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1714 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1724 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1725 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1821 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1822 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
[all …]