/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/AST/Interp/ |
H A D | Record.cpp | 34 Decl->getNameForDiagnostic(OS, Decl->getASTContext().getPrintingPolicy(), in getName()
|
H A D | InterpFrame.cpp | 173 F->getNameForDiagnostic(OS, S.getCtx().getPrintingPolicy(), in describe()
|
/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/Frontend/ |
H A D | FrontendActions.cpp | 485 NamedTemplate->getNameForDiagnostic(OS, Policy, true); in printEntryName() 513 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName() 524 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName() 535 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName() 544 NamedCtx->getNameForDiagnostic(OS, TheSema.getLangOpts(), true); in printEntryName()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 975 void ClassTemplateSpecializationDecl::getNameForDiagnostic( in getNameForDiagnostic() function in ClassTemplateSpecializationDecl 977 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified); in getNameForDiagnostic() 1388 void VarTemplateSpecializationDecl::getNameForDiagnostic( in getNameForDiagnostic() function in VarTemplateSpecializationDecl 1390 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified); in getNameForDiagnostic()
|
H A D | ASTDiagnostic.cpp | 461 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified); in FormatASTNodeDiagnosticArgument() 500 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true); in FormatASTNodeDiagnosticArgument()
|
H A D | Decl.cpp | 92 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true); in print() 1811 void NamedDecl::getNameForDiagnostic(raw_ostream &OS, in getNameForDiagnostic() function in NamedDecl 3073 void FunctionDecl::getNameForDiagnostic( in getNameForDiagnostic() function in FunctionDecl 3075 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified); in getNameForDiagnostic()
|
H A D | ExprConstant.cpp | 1977 Callee->getNameForDiagnostic(Out, Info.Ctx.getPrintingPolicy(), in describe() 2003 Callee->getNameForDiagnostic(Out, Info.Ctx.getPrintingPolicy(), in describe() 16898 Callee->getNameForDiagnostic(OS, Ctx.getPrintingPolicy(), in EvaluateWithSubstitution() 16972 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/include/clang/AST/ |
H A D | DeclTemplate.h | 1866 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy, 2655 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
|
H A D | Decl.h | 348 virtual void getNameForDiagnostic(raw_ostream &OS, 2147 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1426 TD->getNameForDiagnostic(OS, PP, /*Qualified=*/false); in CreateType() 5591 ND->getNameForDiagnostic(OS, PP, Qualified); in GetName() 5611 ND->getNameForDiagnostic(OriginalOS, PP, Qualified); in GetName()
|
H A D | CodeGenModule.cpp | 4131 FD->getNameForDiagnostic(OS, getContext().getPrintingPolicy(), in EmitGlobalDefinition()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 3427 Instantiation->getNameForDiagnostic(OS, getPrintingPolicy(), in InstantiateClass()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4971 Function->getNameForDiagnostic(OS, getPrintingPolicy(), in InstantiateFunctionDefinition()
|
H A D | SemaOpenMP.cpp | 8038 VD->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl() 8057 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2128 named_decl->getNameForDiagnostic(os, printing_policy, qualified); in GetTypeNameForDecl() 9463 named_decl->getNameForDiagnostic(stream, policy, /*qualified=*/false); in DeclContextGetName()
|