| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | DiagOutputUtils.h | 21 D->getNameForDiagnostic(Os, D->getASTContext().getPrintingPolicy(), in printQuotedQualifiedName() 29 D->getNameForDiagnostic(Os, D->getASTContext().getPrintingPolicy(), in printQuotedName()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFunctionEffects.cpp | 279 std::string getNameForDiagnostic(Sema &S) const { in getNameForDiagnostic() function 284 FD->getNameForDiagnostic(OS, S.getPrintingPolicy(), in getNameForDiagnostic() 438 OS << " " << CI.getNameForDiagnostic(SemaRef); in dump() 528 OS << item.first << " " << CI.getNameForDiagnostic(SemaRef) << " : "; in dump() 645 << "\nVerifying " << CInfo.getNameForDiagnostic(S) << " "; in verifyDecl() 687 << Caller.getNameForDiagnostic(S) << " : "; in finishPendingAnalysis() 730 << "followCall from " << Caller.getNameForDiagnostic(S) in followCall() 731 << " to " << Callee.getNameForDiagnostic(S) in followCall() 868 std::string CalleeName = CalleeInfo.getNameForDiagnostic(S); in emitDiagnostics() 945 << MaybeNextCallee->getNameForDiagnostic(S); in emitDiagnostics() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5513 Function->getNameForDiagnostic(OS, getPrintingPolicy(), in InstantiateFunctionDefinition() 5552 Function->getNameForDiagnostic(OS, getPrintingPolicy(), in InstantiateFunctionDefinition()
|
| H A D | SemaTemplateInstantiate.cpp | 3612 Instantiation->getNameForDiagnostic(OS, getPrintingPolicy(), in InstantiateClass()
|
| H A D | SemaOpenMP.cpp | 8042 VD->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl() 8061 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
|
| H A D | SemaExpr.cpp | 18464 Func->getNameForDiagnostic(OS, getPrintingPolicy(), in MarkFunctionReferenced()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 198 FD->getNameForDiagnostic(Out, FD->getASTContext().getLangOpts(), true); in postPreviousReturnInvalidatingCall() 200 FD->getNameForDiagnostic(Out, FD->getASTContext().getLangOpts(), true); in postPreviousReturnInvalidatingCall()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Record.cpp | 35 Decl->getNameForDiagnostic(OS, Decl->getASTContext().getPrintingPolicy(), in getName()
|
| H A D | InterpFrame.cpp | 167 F->getNameForDiagnostic(OS, S.getASTContext().getPrintingPolicy(), in describe()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 503 NamedTemplate->getNameForDiagnostic(OS, Policy, true); in printEntryName() 531 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName() 542 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName() 553 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName() 562 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 1019 void ClassTemplateSpecializationDecl::getNameForDiagnostic( in getNameForDiagnostic() function in ClassTemplateSpecializationDecl 1021 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified); in getNameForDiagnostic() 1436 void VarTemplateSpecializationDecl::getNameForDiagnostic( in getNameForDiagnostic() function in VarTemplateSpecializationDecl 1438 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified); in getNameForDiagnostic()
|
| H A D | ASTDiagnostic.cpp | 461 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified); in FormatASTNodeDiagnosticArgument() 501 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true); in FormatASTNodeDiagnosticArgument()
|
| H A D | Decl.cpp | 91 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true); in print() 1828 void NamedDecl::getNameForDiagnostic(raw_ostream &OS, in getNameForDiagnostic() function in NamedDecl 3113 void FunctionDecl::getNameForDiagnostic( in getNameForDiagnostic() function in FunctionDecl 3115 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified); in getNameForDiagnostic()
|
| H A D | ExprConstant.cpp | 2014 Callee->getNameForDiagnostic(Out, Info.Ctx.getPrintingPolicy(), in describe() 2040 Callee->getNameForDiagnostic(Out, Info.Ctx.getPrintingPolicy(), in describe() 17820 Callee->getNameForDiagnostic(OS, Ctx.getPrintingPolicy(), in EvaluateWithSubstitution() 17894 FD->getNameForDiagnostic(OS, FD->getASTContext().getPrintingPolicy(), in isPotentialConstantExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 291 PVD->getNameForDiagnostic(os, PVD->getASTContext().getPrintingPolicy(), in generateDiagnosticsForCallLike() 406 PVD->getNameForDiagnostic(os, PVD->getASTContext().getPrintingPolicy(), in annotateConsumedSummaryMismatch()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | Stencil.cpp | 55 ND->getNameForDiagnostic(Os, PP, false); in printNode()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 1880 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy, 2682 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
|
| H A D | Decl.h | 372 virtual void getNameForDiagnostic(raw_ostream &OS, 2194 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1584 TD->getNameForDiagnostic(OS, PP, /*Qualified=*/false); in CreateType() 5854 ND->getNameForDiagnostic(OS, PP, Qualified); in GetName() 5874 ND->getNameForDiagnostic(OriginalOS, PP, Qualified); in GetName()
|
| H A D | CodeGenModule.cpp | 4388 FD->getNameForDiagnostic(OS, getContext().getPrintingPolicy(), in EmitGlobalDefinition()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2147 named_decl->getNameForDiagnostic(os, printing_policy, qualified); in GetTypeNameForDecl() 9388 named_decl->getNameForDiagnostic(stream, policy, /*qualified=*/false); in DeclContextGetName()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8392 ND->getNameForDiagnostic(OS, ND->getASTContext().getPrintingPolicy(), in LoadExternalSpecializationsImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9612 …eForDiagnosticERSsRKNS_14PrintingPolicyEb", "clang::FunctionDecl::getNameForDiagnostic(std::string… 9689 …NameForDiagnosticERSsRKNS_14PrintingPolicyEb", "clang::NamedDecl::getNameForDiagnostic(std::string… 10118 …KNS_14PrintingPolicyEb", "clang::ClassTemplateSpecializationDecl::getNameForDiagnostic(std::string…
|