Searched refs:IncludeBriefComments (Results 1 – 7 of 7) sorted by relevance
| /src/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 | 965 bool IncludeBriefComments); 971 bool IncludeBriefComments); 982 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 987 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 1158 bool IncludeBriefComments, bool Braced) const; 1187 return CodeCompleteOpts.IncludeBriefComments; in includeBriefComments()
|
| /src/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 39 Opts.IncludeBriefComments = true; in getClangCompleteOpts()
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 901 bool IncludeCodePatterns, bool IncludeBriefComments,
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2182 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument 2206 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete() 2210 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3392 bool IncludeBriefComments) { in CreateCodeCompletionString() argument 3394 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString() 3452 bool IncludeBriefComments) { in CreateCodeCompletionString() argument 3482 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString() 3507 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument 3538 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument 3543 if (IncludeBriefComments) { in createCodeCompletionStringForDecl() 3992 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments, in CreateSignatureString() argument 4017 if (IncludeBriefComments) { in CreateSignatureString()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7528 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeBriefComments">>;
|