/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 489 BadSpecifier(T TNew,T TPrev,const char * & PrevSpec,unsigned & DiagID,bool IsExtension=true) BadSpecifier() argument 644 SetStorageClassSpec(Sema & S,SCS SC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetStorageClassSpec() argument 706 SetStorageClassSpecThread(TSCS TSC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetStorageClassSpecThread() argument 719 SetTypeSpecWidth(TypeSpecifierWidth W,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecWidth() argument 737 SetTypeSpecComplex(TSC C,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecComplex() argument 746 SetTypeSpecSign(TypeSpecifierSign S,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSign() argument 756 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 765 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 796 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Expr * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 818 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument 827 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument 849 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,TemplateIdAnnotation * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 859 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecType() argument 882 SetTypeSpecSat(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSat() argument 895 SetTypeAltiVecVector(bool isAltiVecVector,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecVector() argument 910 SetTypePipe(bool isPipe,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypePipe() argument 927 SetTypeAltiVecPixel(bool isAltiVecPixel,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecPixel() argument 944 SetTypeAltiVecBool(bool isAltiVecBool,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecBool() argument 969 SetBitIntType(SourceLocation KWLoc,Expr * BitsExpr,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetBitIntType() argument 999 SetTypeQual(TQ T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const LangOptions & Lang) SetTypeQual() argument 1030 setFunctionSpecInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecInline() argument 1044 setFunctionSpecForceInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecForceInline() argument 1057 setFunctionSpecVirtual(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecVirtual() argument 1071 setFunctionSpecExplicit(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ExplicitSpecifier ExplicitSpec,SourceLocation CloseParenLoc) setFunctionSpecExplicit() argument 1091 setFunctionSpecNoreturn(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecNoreturn() argument 1105 SetFriendSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetFriendSpec() argument 1118 setModulePrivateSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setModulePrivateSpec() argument 1131 SetConstexprSpec(ConstexprSpecKind ConstexprKind,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetConstexprSpec() argument [all...] |
H A D | SemaBase.cpp | 32 PartialDiagnostic SemaBase::PDiag(unsigned DiagID) { in PDiag() argument 60 Sema::SemaDiagnosticBuilder SemaBase::Diag(SourceLocation Loc, unsigned DiagID, in Diag() argument
|
H A D | SemaExceptionSpec.cpp | 158 unsigned DiagID = diag::err_incomplete_in_exception_spec; CheckSpecifiedExceptionType() local 302 unsigned DiagID = diag::err_mismatched_exception_spec; CheckEquivalentExceptionSpec() local 491 unsigned DiagID = diag::err_mismatched_exception_spec; CheckEquivalentExceptionSpec() local 511 CheckEquivalentExceptionSpecImpl(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc,bool * MissingExceptionSpecification,bool * MissingEmptyExceptionSpecification,bool AllowNoexceptAllMatchWithNoSpec,bool IsOperatorNew) CheckEquivalentExceptionSpecImpl() argument 661 CheckEquivalentExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument 758 CheckExceptionSpecSubset(const PartialDiagnostic & DiagID,const PartialDiagnostic & NestedDiagID,const PartialDiagnostic & NoteID,const PartialDiagnostic & NoThrowDiagID,const FunctionProtoType * Superset,bool SkipSupersetFirstParameter,SourceLocation SuperLoc,const FunctionProtoType * Subset,bool SkipSubsetFirstParameter,SourceLocation SubLoc) CheckExceptionSpecSubset() argument 862 CheckSpecForTypesEquivalent(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,QualType Target,SourceLocation TargetLoc,QualType Source,SourceLocation SourceLoc) CheckSpecForTypesEquivalent() argument 878 CheckParamExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Target,bool SkipTargetFirstParameter,SourceLocation TargetLoc,const FunctionProtoType * Source,bool SkipSourceFirstParameter,SourceLocation SourceLoc) CheckParamExceptionSpec() argument 920 unsigned DiagID = diag::err_incompatible_exception_specs; CheckExceptionSpecCompatibility() local 971 unsigned DiagID = diag::err_override_exception_spec; CheckOverridingFunctionExceptionSpec() local [all...] |
/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 115 uint16_t DiagID; global() member 222 GetDiagInfo(unsigned DiagID) GetDiagInfo() argument 272 getDefaultMapping(unsigned DiagID) getDefaultMapping() argument 291 getCategoryNumberForDiag(unsigned DiagID) getCategoryNumberForDiag() argument 334 getDiagnosticSFINAEResponse(unsigned DiagID) getDiagnosticSFINAEResponse() argument 340 isDeferrable(unsigned DiagID) isDeferrable() argument 348 getBuiltinDiagClass(unsigned DiagID) getBuiltinDiagClass() argument 426 isBuiltinWarningOrExtension(unsigned DiagID) isBuiltinWarningOrExtension() argument 433 isBuiltinNote(unsigned DiagID) isBuiltinNote() argument 443 isBuiltinExtensionDiag(unsigned DiagID,bool & EnabledByDefault) isBuiltinExtensionDiag() argument 454 isDefaultMappingAsError(unsigned DiagID) isDefaultMappingAsError() argument 490 getDiagnosticLevel(unsigned DiagID,SourceLocation Loc,const DiagnosticsEngine & Diag) const getDiagnosticLevel() argument 510 getDiagnosticSeverity(unsigned DiagID,SourceLocation Loc,const DiagnosticsEngine & Diag) const getDiagnosticSeverity() argument 645 getGroupForDiag(unsigned DiagID) getGroupForDiag() argument 654 getWarningOptionForDiag(unsigned DiagID) getWarningOptionForDiag() argument 757 unsigned DiagID = Info.getID(); ProcessDiag() local 870 isARCDiagnostic(unsigned DiagID) isARCDiagnostic() argument 875 isCodegenABICheckDiagnostic(unsigned DiagID) isCodegenABICheckDiagnostic() argument [all...] |
H A D | SourceMgrAdapter.cpp | 101 unsigned DiagID; in handleDiag() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaBase.h | 57 unsigned DiagID; variable 60 ImmediateDiagBuilder(DiagnosticBuilder &DB, Sema &SemaRef, unsigned DiagID) in ImmediateDiagBuilder() 62 ImmediateDiagBuilder(DiagnosticBuilder &&DB, Sema &SemaRef, unsigned DiagID) in ImmediateDiagBuilder() 201 unsigned DiagID; variable
|
/llvm-project/clang/unittests/Driver/ |
H A D | ToolChainTest.cpp | 41 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 137 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 176 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 340 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 371 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 402 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 517 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 545 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 605 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 682 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 703 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 777 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 818 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 864 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local [all...] |
H A D | DXCModeTest.cpp | 59 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local 109 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringRuleContext.h | 57 llvm::Error createDiagnosticError(SourceLocation Loc, unsigned DiagID) { in createDiagnosticError() 61 llvm::Error createDiagnosticError(unsigned DiagID) { in createDiagnosticError()
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 181 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in createInvocationForMigration() local 220 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in emitPremigrationErrors() local 260 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in checkForManualIssues() local 369 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in applyTransforms() local 406 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in getFileRemappings() local 514 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); MigrationProcess() local 535 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); applyTransform() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 429 unsigned DiagID; argument 447 ComputeDiagRemarkID(Severity,GroupName,DiagID) global() argument 468 unsigned DiagID; SrcMgrDiagHandler() local 525 unsigned DiagID; InlineAsmDiagHandler() local 570 unsigned DiagID = diag::err_fe_backend_resource_limit; ResourceLimitDiagHandler() local 669 EmitOptimizationMessage(const llvm::DiagnosticInfoOptimizationBase & D,unsigned DiagID) EmitOptimizationMessage() argument 805 unsigned DiagID = diag::err_fe_inline_asm; DiagnosticHandlerImpl() local 1054 unsigned DiagID = loadModule() local 1135 unsigned DiagID = loadModule() local [all...] |
/llvm-project/clang/tools/diagtool/ |
H A D | FindDiagnosticID.cpp | 22 int DiagID; in getNameFromID() local
|
H A D | ShowEnabledWarnings.cpp | 118 unsigned DiagID = DR.DiagID; run() local
|
H A D | DiagnosticNames.h | 20 short DiagID; member
|
H A D | DiagnosticNames.cpp | 54 getDiagnosticForID(short DiagID) getDiagnosticForID() argument
|
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 1581 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleOperatorName() local 1676 unsigned DiagID = Diags.getCustomDiagID( mangleExpression() local 2113 unsigned DiagID = Diags.getCustomDiagID( mangleTemplateArgValue() local 2743 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 3065 unsigned DiagID = Diags.getCustomDiagID( mangleCallingConvention() local 3089 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3200 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleArrayType() local 3244 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3253 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3408 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 3417 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3426 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3434 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 3443 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 3517 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3526 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3536 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3545 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3560 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3569 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3578 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3587 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3598 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3609 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3687 unsigned DiagID = Diags.getCustomDiagID( mangleType() local
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPConditionalDirectiveRecordTest.cpp | 44 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in __anon1124a3130111::PPConditionalDirectiveRecordTest
|
H A D | PPMemoryAllocationsTest.cpp | 39 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in __anonefa13fd30111::PPMemoryAllocationsTest
|
/llvm-project/clang/include/clang/AST/ |
H A D | CommentSema.h | 63 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag() argument
|
H A D | CommentParser.h | 47 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag()
|
/llvm-project/clang/unittests/Analysis/ |
H A D | UnsafeBufferUsageTest.cpp | 21 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in __anonf192cb0d0111::UnsafeBufferUsageTest
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 81 DiagnosticBuilder Parser::Diag(SourceLocation Loc, unsigned DiagID) { in Diag() argument 85 DiagnosticBuilder Parser::Diag(const Token &Tok, unsigned DiagID) { in Diag() argument 118 bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID, in ExpectAndConsume() argument 164 ExpectAndConsumeSemi(unsigned DiagID,StringRef TokenUsed) ExpectAndConsumeSemi() argument 1223 unsigned DiagID; ParseDeclOrFunctionDefInternal() local 1308 unsigned DiagID; ParseFunctionDefinition() local 2047 unsigned DiagID = diag::err_expected_qualified_after_typename; TryAnnotateTypeOrScopeToken() local 2784 expectAndConsume(unsigned DiagID,const char * Msg,tok::TokenKind SkipToTok) expectAndConsume() argument [all...] |
/llvm-project/clang/unittests/Frontend/ |
H A D | TextDiagnosticTest.cpp | 41 DiagnosticsEngine DiagEngine(DiagID, new DiagnosticOptions, in TEST() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTVectorTest.cpp | 36 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in clang::ast::__anon8f9ee67b0111::ASTVectorTest
|
/llvm-project/clang/tools/arcmt-test/ |
H A D | arcmt-test.cpp | 113 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in checkForMigration() local 157 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in performTransformations() local
|