Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteOptions.h35 unsigned IncludeBriefComments : 1; variable
48 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
H A DCodeCompleteConsumer.h955 bool IncludeBriefComments);
961 bool IncludeBriefComments);
972 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
977 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
1148 bool IncludeBriefComments, bool Braced) const;
1177 return CodeCompleteOpts.IncludeBriefComments; in includeBriefComments()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp697 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; in clang_codeCompleteAt_Impl() local
744 Opts.IncludeBriefComments = IncludeBriefComments; in clang_codeCompleteAt_Impl()
763 IncludeBriefComments, Capture, in clang_codeCompleteAt_Impl()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h883 bool IncludeCodePatterns, bool IncludeBriefComments,
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2151 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument
2174 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()
2178 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp3324 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3326 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()
3384 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3414 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3439 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3470 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3475 if (IncludeBriefComments) { in createCodeCompletionStringForDecl()
3909 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments, in CreateSignatureString() argument
3934 if (IncludeBriefComments) { in CreateSignatureString()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5871 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeBriefComments">>;