Home
last modified time | relevance | path

Searched refs:getCustomDiagID (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/clang/examples/Attribute/
H A DAttribute.cpp53 unsigned ID = S.getDiagnostics().getCustomDiagID( in handleDeclAttribute()
63 unsigned ID = S.getDiagnostics().getCustomDiagID( in handleDeclAttribute()
75 unsigned ID = S.getDiagnostics().getCustomDiagID( in handleDeclAttribute()
/netbsd/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp73 WarningSuperNotCalled = Diags.getCustomDiagID( in CallSuperVisitor()
77 NotePreviousCallSuperDeclaration = Diags.getCustomDiagID( in CallSuperVisitor()
131 unsigned ID = Diags.getCustomDiagID( in lateDiagAppertainsToDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp64 ? DiagEng.getCustomDiagID(DiagnosticsEngine::Error, "%0") in FlushDiagnosticsImpl()
65 : DiagEng.getCustomDiagID(DiagnosticsEngine::Warning, "%0"); in FlushDiagnosticsImpl()
66 unsigned NoteID = DiagEng.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl()
/netbsd/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp95 unsigned DiagID = D.getCustomDiagID(DiagnosticsEngine::Error, in ParseArgs()
101 D.Report(D.getCustomDiagID(DiagnosticsEngine::Error, in ParseArgs()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp1485 unsigned DiagID = Diags.getCustomDiagID( in mangleExpression()
1860 unsigned DiagID = Diags.getCustomDiagID( in mangleTemplateArgValue()
2471 unsigned DiagID = Diags.getCustomDiagID( in mangleType()
2773 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2923 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2932 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3080 unsigned DiagID = Diags.getCustomDiagID( in mangleType()
3089 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3106 unsigned DiagID = Diags.getCustomDiagID( in mangleType()
3115 unsigned DiagID = Diags.getCustomDiagID( in mangleType()
[all …]
H A DItaniumMangle.cpp1147 unsigned DiagID = Diags.getCustomDiagID( in mangleFixedPointLiteral()
3446 unsigned DiagID = Diags.getCustomDiagID( in mangleNeonVectorType()
3523 unsigned DiagID = Diags.getCustomDiagID( in mangleAArch64NeonVectorType()
3620 unsigned DiagID = Diags.getCustomDiagID( in mangleAArch64FixedSveVectorType()
4217 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleExpression()
4258 Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleExpression()
4601 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleExpression()
4608 unsigned DiagID = Diags.getCustomDiagID( in mangleExpression()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp244 unsigned InvalidOffset = Engine.getCustomDiagID( in FindSymbol()
261 unsigned CouldNotFindSymbolAt = Engine.getCustomDiagID( in FindSymbol()
275 unsigned CouldNotFindSymbolNamed = Engine.getCustomDiagID( in FindSymbol()
/netbsd/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp72 unsigned ID = D.getCustomDiagID( in HandlePragma()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp55 auto Diag = Diags.Report(Diags.getCustomDiagID(I.first, "%0")); in FlushDiagnostics()
H A DFrontendAction.cpp121 = Ctx.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, in DeclRead()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h188 unsigned getCustomDiagID(Level L, StringRef FormatString);
H A DDiagnostic.h863 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() function
864 return Diags->getCustomDiagID((DiagnosticIDs::Level)L, in getCustomDiagID()
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp273 Diag.Report(Diag.getCustomDiagID(DiagnosticsEngine::Error, "%0")) in report()
H A DObjCMT.cpp1947 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Error, "%0")) in HandleTranslationUnit()
2150 Diag.Report(Diag.getCustomDiagID(DiagnosticsEngine::Error, "%0")) in reportDiag()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.cpp25 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupportedABI()
H A DCodeGenAction.cpp987 CI.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in loadModule()
1034 CI.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in loadModule()
H A DCodeGenModule.cpp169 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in CodeGenModule()
926 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in Error()
933 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported()
943 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported()
6399 unsigned DiagID = getDiags().getCustomDiagID( in stopAutoInit()
H A DBackendUtil.cpp1662 unsigned DiagID = Diags.getCustomDiagID( in EmitBackendOutput()
H A DCGOpenMPRuntime.cpp3254 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata()
3275 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata()
3294 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata()
3336 unsigned DiagID = CGM.getDiags().getCustomDiagID( in loadOffloadInfoMetadata()
11584 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction()
11594 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction()
11605 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHIP.cpp430 unsigned DiagID = getDriver().getDiags().getCustomDiagID( in getHIPDeviceLibs()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp414 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() function in DiagnosticIDs
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp1184 Diags.getCustomDiagID(DiagnosticsEngine::Error, in TranslateXarchArgs()
/netbsd/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1102 unsigned diagID = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in rewriteToNumericBoxedExpression()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp650 RewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteModernObjC()
654 GlobalBlockRewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteModernObjC()
657 TryFinallyContainsReturnDiag = Diags.getCustomDiagID( in RewriteModernObjC()
H A DRewriteObjC.cpp584 RewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteObjC()
586 TryFinallyContainsReturnDiag = Diags.getCustomDiagID( in RewriteObjC()

12