Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h249 bool IncludeBriefCommentsInCodeCompletion : 1; variable
786 bool IncludeBriefCommentsInCodeCompletion = false,
829 bool IncludeBriefCommentsInCodeCompletion = false,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1533 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1680 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1690 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1691 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1778 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1779 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
[all …]