Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h301 bool IncludeBriefCommentsInCodeCompletion : 1; variable
789 bool IncludeBriefCommentsInCodeCompletion = false,
815 bool IncludeBriefCommentsInCodeCompletion = false,
851 bool IncludeBriefCommentsInCodeCompletion = false,
/external/clang/lib/Frontend/
DASTUnit.cpp225 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 …]
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h249 bool IncludeBriefCommentsInCodeCompletion : 1; variable
785 bool IncludeBriefCommentsInCodeCompletion = false,
828 bool IncludeBriefCommentsInCodeCompletion = false,
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults()
1543 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction()
1698 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument
1708 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation()
1709 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation()
1736 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument
1796 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine()
[all …]
/external/clang/tools/libclang/
DCIndex.cpp3201 bool IncludeBriefCommentsInCodeCompletion in clang_parseTranslationUnit_Impl() local
3284 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp3529 bool IncludeBriefCommentsInCodeCompletion = in clang_parseTranslationUnit_Impl() local
3634 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()