Home
last modified time | relevance | path

Searched refs:IncludeBriefComments (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteOptions.h35 unsigned IncludeBriefComments : 1; variable
48 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
H A DCodeCompleteConsumer.h943 bool IncludeBriefComments);
949 bool IncludeBriefComments);
960 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
965 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
1068 bool IncludeBriefComments) const;
1097 return CodeCompleteOpts.IncludeBriefComments; in includeBriefComments()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp695 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; in clang_codeCompleteAt_Impl() local
742 Opts.IncludeBriefComments = IncludeBriefComments; in clang_codeCompleteAt_Impl()
761 IncludeBriefComments, Capture, in clang_codeCompleteAt_Impl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h882 bool IncludeCodePatterns, bool IncludeBriefComments,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2121 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument
2144 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()
2148 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3282 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3284 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()
3342 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3372 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3397 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3428 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3433 if (IncludeBriefComments) { in createCodeCompletionStringForDecl()
3764 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) const { in CreateSignatureString()
3790 if (IncludeBriefComments) { in CreateSignatureString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5164 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeBriefComments">>;