Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteOptions.h36 unsigned IncludeBriefComments : 1; variable
49 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
H A DCodeCompleteConsumer.h942 bool IncludeBriefComments);
948 bool IncludeBriefComments);
959 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
964 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
1074 bool IncludeBriefComments) const;
1104 return CodeCompleteOpts.IncludeBriefComments;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h870 bool IncludeCodePatterns, bool IncludeBriefComments,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2111 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument
2134 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()
2138 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
H A DCompilerInvocation.cpp1741 Opts.CodeCompleteOpts.IncludeBriefComments in ParseFrontendArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2863 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
2865 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()
2923 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
2953 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
2959 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
2974 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
2979 if (IncludeBriefComments) { in createCodeCompletionStringForDecl()
3296 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) const { in CreateSignatureString()
3318 if (IncludeBriefComments) { in CreateSignatureString()