Searched refs:IncludeBriefComments (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | CodeCompleteOptions.h | 36 unsigned IncludeBriefComments : 1; variable 49 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
|
| H A D | CodeCompleteConsumer.h | 942 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 D | ASTUnit.h | 870 bool IncludeCodePatterns, bool IncludeBriefComments,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2111 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument 2134 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete() 2138 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
|
| H A D | CompilerInvocation.cpp | 1741 Opts.CodeCompleteOpts.IncludeBriefComments in ParseFrontendArgs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2863 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()
|