Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h249 bool IncludeBriefCommentsInCodeCompletion : 1; variable
788 bool IncludeBriefCommentsInCodeCompletion = false,
831 bool IncludeBriefCommentsInCodeCompletion = false,
/llvm-project-15.0.7/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()
1530 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1677 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1687 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1688 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1778 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
1779 = IncludeBriefCommentsInCodeCompletion; in LoadFromCommandLine()
[all …]
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp3766 bool IncludeBriefCommentsInCodeCompletion = in clang_parseTranslationUnit_Impl() local
3871 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()