Home
last modified time | relevance | path

Searched defs:DiagID (Results 1 – 25 of 127) sorted by relevance

123456

/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp489 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 DSemaBase.cpp32 PartialDiagnostic SemaBase::PDiag(unsigned DiagID) { in PDiag() argument
60 Sema::SemaDiagnosticBuilder SemaBase::Diag(SourceLocation Loc, unsigned DiagID, in Diag() argument
H A DSemaExceptionSpec.cpp158 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 DDiagnosticIDs.cpp115 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 DSourceMgrAdapter.cpp101 unsigned DiagID; in handleDiag() local
/llvm-project/clang/include/clang/Sema/
H A DSemaBase.h57 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 DToolChainTest.cpp41 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 DDXCModeTest.cpp59 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local
109 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); TEST() local
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h57 llvm::Error createDiagnosticError(SourceLocation Loc, unsigned DiagID) { in createDiagnosticError()
61 llvm::Error createDiagnosticError(unsigned DiagID) { in createDiagnosticError()
/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp181 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 DCodeGenAction.cpp429 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 DFindDiagnosticID.cpp22 int DiagID; in getNameFromID() local
H A DShowEnabledWarnings.cpp118 unsigned DiagID = DR.DiagID; run() local
H A DDiagnosticNames.h20 short DiagID; member
H A DDiagnosticNames.cpp54 getDiagnosticForID(short DiagID) getDiagnosticForID() argument
/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1581 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 DPPConditionalDirectiveRecordTest.cpp44 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in __anon1124a3130111::PPConditionalDirectiveRecordTest
H A DPPMemoryAllocationsTest.cpp39 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in __anonefa13fd30111::PPMemoryAllocationsTest
/llvm-project/clang/include/clang/AST/
H A DCommentSema.h63 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag() argument
H A DCommentParser.h47 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag()
/llvm-project/clang/unittests/Analysis/
H A DUnsafeBufferUsageTest.cpp21 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in __anonf192cb0d0111::UnsafeBufferUsageTest
/llvm-project/clang/lib/Parse/
H A DParser.cpp81 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 DTextDiagnosticTest.cpp41 DiagnosticsEngine DiagEngine(DiagID, new DiagnosticOptions, in TEST() local
/llvm-project/clang/unittests/AST/
H A DASTVectorTest.cpp36 IntrusiveRefCntPtr<DiagnosticIDs> DiagID; member in clang::ast::__anon8f9ee67b0111::ASTVectorTest
/llvm-project/clang/tools/arcmt-test/
H A Darcmt-test.cpp113 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in checkForMigration() local
157 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in performTransformations() local

123456