Searched refs:IncludeBriefCommentsInCodeCompletion (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 299 bool IncludeBriefCommentsInCodeCompletion : 1; variable 773 bool IncludeBriefCommentsInCodeCompletion = false, 793 bool IncludeBriefCommentsInCodeCompletion = false, 822 bool IncludeBriefCommentsInCodeCompletion = false,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 231 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit() 372 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 438 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 461 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 1727 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction() argument 1751 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocationAction() 1752 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocationAction() 1891 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) { in LoadFromCompilerInvocation() argument 1900 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation() 1901 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2892 bool IncludeBriefCommentsInCodeCompletion in clang_parseTranslationUnit_Impl() local 2966 CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|