Home
last modified time | relevance | path

Searched refs:IncludeBriefComments (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/Sema/
DCodeCompleteOptions.h28 unsigned IncludeBriefComments : 1; variable
34 IncludeBriefComments(0) in CodeCompleteOptions()
DCodeCompleteConsumer.h773 bool IncludeBriefComments);
779 bool IncludeBriefComments);
881 bool IncludeBriefComments) const;
907 return CodeCompleteOpts.IncludeBriefComments;
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteOptions.h35 unsigned IncludeBriefComments : 1; variable
48 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
DCodeCompleteConsumer.h943 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()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp654 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; in clang_codeCompleteAt_Impl() local
700 Opts.IncludeBriefComments = IncludeBriefComments; in clang_codeCompleteAt_Impl()
707 IncludeBriefComments, Capture, in clang_codeCompleteAt_Impl()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp695 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; in clang_codeCompleteAt_Impl() local
742 Opts.IncludeBriefComments = IncludeBriefComments; in clang_codeCompleteAt_Impl()
761 IncludeBriefComments, Capture, in clang_codeCompleteAt_Impl()
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h881 bool IncludeCodePatterns, bool IncludeBriefComments,
/external/clang/include/clang/Frontend/
DASTUnit.h887 bool IncludeCodePatterns, bool IncludeBriefComments,
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2140 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument
2163 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()
2167 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
/external/clang/lib/Frontend/
DASTUnit.cpp2320 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument
2344 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()
2346 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
DCompilerInvocation.cpp1211 Opts.CodeCompleteOpts.IncludeBriefComments in ParseFrontendArgs()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3230 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3232 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()
3290 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3320 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3345 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3376 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3381 if (IncludeBriefComments) { in createCodeCompletionStringForDecl()
3710 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) const { in CreateSignatureString()
3736 if (IncludeBriefComments) { in CreateSignatureString()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1769 Result.IncludeBriefComments = false; in getClangCompleteOpts()
1837 Options.IncludeBriefComments = false; in signatureHelp()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2582 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
2584 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()
2599 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
2688 if (IncludeBriefComments) { in CreateCodeCompletionString()
2957 bool IncludeBriefComments) const { in CreateSignatureString()
2978 if (IncludeBriefComments && CurrentArg < FDecl->getNumParams()) in CreateSignatureString()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td4190 MarshallingInfoFlag<"FrontendOpts.CodeCompleteOpts.IncludeBriefComments">;