Home
last modified time | relevance | path

Searched defs:Diag (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOptionalDiagnostic.h29 PartialDiagnostic *Diag; variable
32 explicit OptionalDiagnostic(PartialDiagnostic *Diag = nullptr) : Diag(Diag) {} in Diag() function
H A DCommentParser.h47 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag() function
H A DODRDiagsEmitter.h132 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) const { in Diag() function
H A DCommentLexer.h316 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h23 DiagnosticError(PartialDiagnosticAt Diag) : Diag(std::move(Diag)) {} in DiagnosticError()
32 static llvm::Error create(SourceLocation Loc, PartialDiagnostic Diag) { in create()
56 PartialDiagnosticAt Diag; variable
H A DStack.h40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp37 operator<<(const SemaBase::SemaDiagnosticBuilder &Diag, in operator <<()
60 Sema::SemaDiagnosticBuilder SemaBase::Diag(SourceLocation Loc, unsigned DiagID, in Diag() function in clang::SemaBase
84 Sema::SemaDiagnosticBuilder SemaBase::Diag(SourceLocation Loc, in Diag() function in clang::SemaBase
H A DJumpDiagnostics.cpp323 unsigned Diag = diag::note_protected_by_objc_fast_enumeration; in BuildScopeInformation() local
375 unsigned Diag = diag::note_protected_by_if_available; in BuildScopeInformation() local
H A DParsedAttr.cpp289 unsigned Num, unsigned Diag, in checkAttributeNumArgsImpl()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp164 DiagnosticsEngine::DiagState::getOrAddMapping(diag::kind Diag) { in getOrAddMapping()
354 void DiagnosticsEngine::setSeverity(diag::kind Diag, diag::Severity Map, in setSeverity()
411 for (diag::kind Diag : GroupDiags) in setSeverityForGroup() local
443 for (diag::kind Diag : GroupDiags) { in setDiagnosticGroupWarningAsError() local
474 for (diag::kind Diag : GroupDiags) { in setDiagnosticGroupErrorAsFatal() local
494 for (diag::kind Diag : AllDiags) in setSeverityForAll() local
798 StringRef Diag = in FormatDiagnostic() local
H A DStack.cpp66 void clang::runWithSufficientStackSpaceSlow(llvm::function_ref<void()> Diag, in runWithSufficientStackSpaceSlow()
H A DDiagnosticIDs.cpp663 std::string Diag(DiagGroupNames + I + 1, DiagGroupNames[I]); in getDiagnosticFlags() local
832 void DiagnosticIDs::EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const { in EmitDiag()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h69 DiagnosticsEngine *Diag = nullptr; member
81 AliasMap Aliases, DiagnosticsEngine *Diag, in DylibVerifier()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp129 static SmallVector<ThreadFlow, 8> createThreadFlows(const PathDiagnostic *Diag, in createThreadFlows()
167 static SarifResult createResult(const PathDiagnostic *Diag, in createResult()
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp35 SMDiagnostic Diag; in readModule() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h392 FunctionScopeInfo(DiagnosticsEngine &Diag) in FunctionScopeInfo()
710 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style) in CapturingScopeInfo()
796 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
830 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo()
952 LambdaScopeInfo(DiagnosticsEngine &Diag) in LambdaScopeInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp817 DiagnosticInfoResourceLimit Diag( in getSIProgramInfo() local
928 DiagnosticInfoResourceLimit Diag(MF.getFunction(), "scalar registers", in getSIProgramInfo() local
946 DiagnosticInfoResourceLimit Diag(MF.getFunction(), "user SGPRs", in getSIProgramInfo() local
955 DiagnosticInfoResourceLimit Diag( in getSIProgramInfo() local
1091 DiagnosticInfoOptimizationFailure Diag( in getSIProgramInfo() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp205 for (const Record *Diag : Group.second.DiagsInGroup) { in groupDiagnostics() local
225 for (const Record *Diag : Group.second.DiagsInGroup) { in groupDiagnostics() local
314 bool InferPedantic::isExtension(const Record *Diag) { in isExtension()
320 bool InferPedantic::isOffByDefault(const Record *Diag) { in isOffByDefault()
1204 static bool isError(const Record &Diag) { in isError()
1210 static bool isRemark(const Record &Diag) { in isRemark()
1271 static void verifyDiagnosticWording(const Record &Diag) { in verifyDiagnosticWording()
1618 for (auto const &Diag : DiagsInPedantic) in emitDiagArrays() local
1862 for (const Record *Diag : GroupInfo.DiagsInGroup) in isRemarkGroup() local
1876 std::string getDefaultSeverity(const Record *Diag) { in getDefaultSeverity()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticPrinter.cpp111 operator<<(const SMDiagnostic &Diag) { in operator <<()
H A DLLVMRemarkStreamer.cpp81 void LLVMRemarkStreamer::emit(const DiagnosticInfoOptimizationBase &Diag) { in emit()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelDAGToDAG.cpp51 DiagnosticInfoUnsupported Diag(CurDAG->getMachineFunction().getFunction(), in selectMemRegAddr() local
/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp115 SMDiagnostic Diag; in LLVMParseIRInContext() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp147 bool handleProtectedNote(const StoredDiagnostic &Diag) { in handleProtectedNote()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp233 auto Diag = D.Diag(diag::err_drv_unsupported_option_argument); in getAArch64TargetFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp26 static void handleDiagnostic(const SMDiagnostic &Diag, void *Ctx) { in handleDiagnostic() argument

1234