Searched refs:IncludeBriefComments (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteOptions.h | 35 unsigned IncludeBriefComments : 1; variable 48 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
|
| H A D | CodeCompleteConsumer.h | 963 bool IncludeBriefComments); 969 bool IncludeBriefComments); 980 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 985 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 1156 bool IncludeBriefComments, bool Braced) const; 1185 return CodeCompleteOpts.IncludeBriefComments; in includeBriefComments()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 39 Opts.IncludeBriefComments = true; in getClangCompleteOpts()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 898 bool IncludeCodePatterns, bool IncludeBriefComments,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2169 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument 2193 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete() 2197 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3386 bool IncludeBriefComments) { in CreateCodeCompletionString() argument 3388 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString() 3446 bool IncludeBriefComments) { in CreateCodeCompletionString() argument 3476 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString() 3501 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument 3532 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument 3537 if (IncludeBriefComments) { in createCodeCompletionStringForDecl() 3986 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments, in CreateSignatureString() argument 4011 if (IncludeBriefComments) { in CreateSignatureString()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7216 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeBriefComments">>;
|