Searched refs:IncludeBriefCommentsInCodeCompletion (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 299 bool IncludeBriefCommentsInCodeCompletion : 1; variable 773 bool IncludeBriefCommentsInCodeCompletion = false, 793 bool IncludeBriefCommentsInCodeCompletion = false, 822 bool IncludeBriefCommentsInCodeCompletion = false,
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 224 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit() 364 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 427 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 448 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 1709 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument 1733 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction() 1734 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction() 1873 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) { in LoadFromCompilerInvocation() argument 1882 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation() 1883 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation() [all …]
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2953 bool IncludeBriefCommentsInCodeCompletion in clang_parseTranslationUnit_Impl() local 3027 CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|