Searched refs:IncludeBriefComments (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteOptions.h | 42 unsigned IncludeBriefComments : 1; 57 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
|
| H A D | CodeCompleteConsumer.h | 964 bool IncludeBriefComments); 970 bool IncludeBriefComments); 981 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 986 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 1157 bool IncludeBriefComments, bool Braced) const; 1186 return CodeCompleteOpts.IncludeBriefComments; in includeBriefComments()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 39 Opts.IncludeBriefComments = true; in getClangCompleteOpts()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 916 bool IncludeCodePatterns, bool IncludeBriefComments,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2197 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument 2221 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete() 2225 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3548 bool IncludeBriefComments) { in CreateCodeCompletionString() argument 3550 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString() 3608 bool IncludeBriefComments) { in CreateCodeCompletionString() argument 3638 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString() 3663 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument 3701 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument 3706 if (IncludeBriefComments) { in createCodeCompletionStringForDecl() 4155 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments, in CreateSignatureString() argument 4180 if (IncludeBriefComments) { in CreateSignatureString()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8076 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeBriefComments">>;
|