Home
last modified time | relevance | path

Searched refs:getNameForDiagnostic (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DDiagOutputUtils.h21 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 DRecord.cpp34 Decl->getNameForDiagnostic(OS, Decl->getASTContext().getPrintingPolicy(), in getName()
H A DInterpFrame.cpp173 F->getNameForDiagnostic(OS, S.getCtx().getPrintingPolicy(), in describe()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp198 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 DFrontendActions.cpp485 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 DDeclTemplate.cpp975 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 DASTDiagnostic.cpp461 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified); in FormatASTNodeDiagnosticArgument()
500 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true); in FormatASTNodeDiagnosticArgument()
H A DDecl.cpp92 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 DExprConstant.cpp1977 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 DRetainCountDiagnostics.cpp291 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 DDeclTemplate.h1866 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
2655 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
H A DDecl.h348 virtual void getNameForDiagnostic(raw_ostream &OS,
2147 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1426 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 DCodeGenModule.cpp4131 FD->getNameForDiagnostic(OS, getContext().getPrintingPolicy(), in EmitGlobalDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3427 Instantiation->getNameForDiagnostic(OS, getPrintingPolicy(), in InstantiateClass()
H A DSemaTemplateInstantiateDecl.cpp4971 Function->getNameForDiagnostic(OS, getPrintingPolicy(), in InstantiateFunctionDefinition()
H A DSemaOpenMP.cpp8038 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 DTypeSystemClang.cpp2128 named_decl->getNameForDiagnostic(os, printing_policy, qualified); in GetTypeNameForDecl()
9463 named_decl->getNameForDiagnostic(stream, policy, /*qualified=*/false); in DeclContextGetName()