Searched refs:IncludeBriefCommentsInCodeCompletion (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 225 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit() 366 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 429 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 450 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 1738 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument 1762 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction() 1763 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction() 1908 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1918 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation() 1919 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation() [all …]
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 301 bool IncludeBriefCommentsInCodeCompletion : 1; variable 789 bool IncludeBriefCommentsInCodeCompletion = false, 815 bool IncludeBriefCommentsInCodeCompletion = false, 851 bool IncludeBriefCommentsInCodeCompletion = false,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | ASTUnit.h | 251 bool IncludeBriefCommentsInCodeCompletion : 1; variable 793 bool IncludeBriefCommentsInCodeCompletion = false, 844 bool IncludeBriefCommentsInCodeCompletion = false,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | ASTUnit.h | 251 bool IncludeBriefCommentsInCodeCompletion : 1; variable 790 bool IncludeBriefCommentsInCodeCompletion = false, 841 bool IncludeBriefCommentsInCodeCompletion = false,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | ASTUnit.h | 251 bool IncludeBriefCommentsInCodeCompletion : 1; variable 793 bool IncludeBriefCommentsInCodeCompletion = false, 844 bool IncludeBriefCommentsInCodeCompletion = false,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | ASTUnit.h | 251 bool IncludeBriefCommentsInCodeCompletion : 1; variable 793 bool IncludeBriefCommentsInCodeCompletion = false, 844 bool IncludeBriefCommentsInCodeCompletion = false,
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 3201 bool IncludeBriefCommentsInCodeCompletion in clang_parseTranslationUnit_Impl() local 3284 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|