Searched refs:IncludeBriefCommentsInCodeCompletion (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 248 bool IncludeBriefCommentsInCodeCompletion : 1; variable 787 bool IncludeBriefCommentsInCodeCompletion = false, 830 bool IncludeBriefCommentsInCodeCompletion = false,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit() 393 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 456 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 477 IncludeBriefCommentsInCodeCompletion); in CacheCodeCompletionResults() 1558 AST->IncludeBriefCommentsInCodeCompletion = false; in LoadFromCompilerInvocationAction() 1705 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1715 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCompilerInvocation() 1716 = IncludeBriefCommentsInCodeCompletion; in LoadFromCompilerInvocation() 1743 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument 1805 AST->IncludeBriefCommentsInCodeCompletion in LoadFromCommandLine() [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 3794 bool IncludeBriefCommentsInCodeCompletion = in clang_parseTranslationUnit_Impl() local 3901 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|