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.h263 bool IncludeBriefCommentsInCodeCompletion : 1; variable
807 bool IncludeBriefCommentsInCodeCompletion = false,
859 bool IncludeBriefCommentsInCodeCompletion = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp240 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
389 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
452 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
473 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1588 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1738 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1749 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1750 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1779 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1848 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
[all …]