Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h244 bool IncludeBriefCommentsInCodeCompletion : 1; variable
750 bool IncludeBriefCommentsInCodeCompletion = false,
776 bool IncludeBriefCommentsInCodeCompletion = false,
818 bool IncludeBriefCommentsInCodeCompletion = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp243 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
391 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
455 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
476 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1493 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument
1517 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction()
1518 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction()
1681 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1682 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1766 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
[all …]