Searched refs:IncludeBriefComments (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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 | 943 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 882 bool IncludeCodePatterns, bool IncludeBriefComments,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2122 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument 2145 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete() 2149 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3282 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5224 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeBriefComments">>;
|