Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h299 bool IncludeBriefCommentsInCodeCompletion : 1; variable
773 bool IncludeBriefCommentsInCodeCompletion = false,
793 bool IncludeBriefCommentsInCodeCompletion = false,
822 bool IncludeBriefCommentsInCodeCompletion = false,
/external/clang/lib/Frontend/
DASTUnit.cpp224 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/
DCIndex.cpp2953 bool IncludeBriefCommentsInCodeCompletion in clang_parseTranslationUnit_Impl() local
3027 CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()