/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 487 BadSpecifier(T TNew,T TPrev,const char * & PrevSpec,unsigned & DiagID,bool IsExtension=true) BadSpecifier() argument 640 SetStorageClassSpec(Sema & S,SCS SC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetStorageClassSpec() argument 702 SetStorageClassSpecThread(TSCS TSC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetStorageClassSpecThread() argument 715 SetTypeSpecWidth(TypeSpecifierWidth W,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecWidth() argument 733 SetTypeSpecComplex(TSC C,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecComplex() argument 742 SetTypeSpecSign(TypeSpecifierSign S,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSign() argument 752 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 761 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 783 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Expr * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 805 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument 814 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument 836 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,TemplateIdAnnotation * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 846 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecType() argument 869 SetTypeSpecSat(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSat() argument 882 SetTypeAltiVecVector(bool isAltiVecVector,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecVector() argument 897 SetTypePipe(bool isPipe,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypePipe() argument 914 SetTypeAltiVecPixel(bool isAltiVecPixel,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecPixel() argument 931 SetTypeAltiVecBool(bool isAltiVecBool,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecBool() argument 956 SetBitIntType(SourceLocation KWLoc,Expr * BitsExpr,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetBitIntType() argument 977 SetTypeQual(TQ T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const LangOptions & Lang) SetTypeQual() argument 1008 setFunctionSpecInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecInline() argument 1022 setFunctionSpecForceInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecForceInline() argument 1035 setFunctionSpecVirtual(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecVirtual() argument 1049 setFunctionSpecExplicit(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ExplicitSpecifier ExplicitSpec,SourceLocation CloseParenLoc) setFunctionSpecExplicit() argument 1069 setFunctionSpecNoreturn(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecNoreturn() argument 1083 SetFriendSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetFriendSpec() argument 1101 setModulePrivateSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setModulePrivateSpec() argument 1114 SetConstexprSpec(ConstexprSpecKind ConstexprKind,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetConstexprSpec() argument [all...] |
H A D | SemaExceptionSpec.cpp | 164 unsigned DiagID = diag::err_incomplete_in_exception_spec; CheckSpecifiedExceptionType() local 310 unsigned DiagID = diag::err_mismatched_exception_spec; CheckEquivalentExceptionSpec() local 503 unsigned DiagID = diag::err_mismatched_exception_spec; CheckEquivalentExceptionSpec() local 523 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 673 CheckEquivalentExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument 773 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 877 CheckSpecForTypesEquivalent(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,QualType Target,SourceLocation TargetLoc,QualType Source,SourceLocation SourceLoc) CheckSpecForTypesEquivalent() argument 898 CheckParamExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Target,bool SkipTargetFirstParameter,SourceLocation TargetLoc,const FunctionProtoType * Source,bool SkipSourceFirstParameter,SourceLocation SourceLoc) CheckParamExceptionSpec() argument 940 unsigned DiagID = diag::err_incompatible_exception_specs; CheckExceptionSpecCompatibility() local 991 unsigned DiagID = diag::err_override_exception_spec; CheckOverridingFunctionExceptionSpec() local [all...] |
H A D | SemaSYCL.cpp | 22 SYCLDiagIfDeviceCode(SourceLocation Loc,unsigned DiagID) SYCLDiagIfDeviceCode() argument
|
H A D | SemaCast.cpp | 758 getCastAwayConstnessCastKind(CastAwayConstnessKind CACK,unsigned & DiagID) getCastAwayConstnessCastKind() argument 1096 unsigned int DiagID = 0; checkCastFunctionType() local 1217 if (unsigned DiagID = checkCastFunctionType(Self, SrcExpr, DestType)) CheckReinterpretCast() local 2037 unsigned DiagID = IsDereference ? CheckCompatibleReinterpretCast() local 2654 unsigned DiagID = diag::err_typecheck_incompatible_address_space; checkAddressSpaceCast() local 2862 if (unsigned DiagID = checkCastFunctionType(Self, SrcExpr, DestType)) CheckCXXCStyleCast() local 3221 if (unsigned DiagID = checkCastFunctionType(Self, SrcExpr, DestType)) CheckCStyleCast() local [all...] |
H A D | SemaCUDA.cpp | 802 CUDADiagIfDeviceCode(SourceLocation Loc,unsigned DiagID) CUDADiagIfDeviceCode() argument 832 CUDADiagIfHostCode(SourceLocation Loc,unsigned DiagID) CUDADiagIfHostCode() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 112 uint16_t DiagID; global() member 210 GetDiagInfo(unsigned DiagID) GetDiagInfo() argument 259 getDefaultMapping(unsigned DiagID) getDefaultMapping() argument 278 getCategoryNumberForDiag(unsigned DiagID) getCategoryNumberForDiag() argument 321 getDiagnosticSFINAEResponse(unsigned DiagID) getDiagnosticSFINAEResponse() argument 327 isDeferrable(unsigned DiagID) isDeferrable() argument 335 getBuiltinDiagClass(unsigned DiagID) getBuiltinDiagClass() argument 413 isBuiltinWarningOrExtension(unsigned DiagID) isBuiltinWarningOrExtension() argument 420 isBuiltinNote(unsigned DiagID) isBuiltinNote() argument 430 isBuiltinExtensionDiag(unsigned DiagID,bool & EnabledByDefault) isBuiltinExtensionDiag() argument 441 isDefaultMappingAsError(unsigned DiagID) isDefaultMappingAsError() argument 477 getDiagnosticLevel(unsigned DiagID,SourceLocation Loc,const DiagnosticsEngine & Diag) const getDiagnosticLevel() argument 497 getDiagnosticSeverity(unsigned DiagID,SourceLocation Loc,const DiagnosticsEngine & Diag) const getDiagnosticSeverity() argument 632 getGroupForDiag(unsigned DiagID) getGroupForDiag() argument 641 getWarningOptionForDiag(unsigned DiagID) getWarningOptionForDiag() argument 744 unsigned DiagID = Info.getID(); ProcessDiag() local 854 isARCDiagnostic(unsigned DiagID) isARCDiagnostic() argument [all...] |
H A D | SourceMgrAdapter.cpp | 101 unsigned DiagID; in handleDiag() local
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 454 DiagID = diag::warn_fe_##GroupName; \ argument 472 ComputeDiagRemarkID(Severity,GroupName,DiagID) global() argument 493 unsigned DiagID; SrcMgrDiagHandler() local 550 unsigned DiagID; InlineAsmDiagHandler() local 595 unsigned DiagID = diag::err_fe_backend_resource_limit; ResourceLimitDiagHandler() local 694 EmitOptimizationMessage(const llvm::DiagnosticInfoOptimizationBase & D,unsigned DiagID) EmitOptimizationMessage() argument 830 unsigned DiagID = diag::err_fe_inline_asm; DiagnosticHandlerImpl() local 1063 unsigned DiagID = loadModule() local 1144 unsigned DiagID = loadModule() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 1491 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleOperatorName() local 1583 unsigned DiagID = Diags.getCustomDiagID( mangleExpression() local 2011 unsigned DiagID = Diags.getCustomDiagID( mangleTemplateArgValue() local 2639 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 2954 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3065 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleArrayType() local 3104 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3113 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3268 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 3277 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3286 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3294 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 3303 unsigned DiagID = Diags.getCustomDiagID( mangleType() local 3377 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3386 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3396 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3405 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3414 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3423 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3432 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3441 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3452 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3463 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleType() local 3541 unsigned DiagID = Diags.getCustomDiagID( mangleType() local [all...] |
H A D | ItaniumMangle.cpp | 1243 unsigned DiagID = Diags.getCustomDiagID( mangleFixedPointLiteral() local 3816 unsigned DiagID = Diags.getCustomDiagID( mangleNeonVectorType() local 3893 unsigned DiagID = Diags.getCustomDiagID( mangleAArch64NeonVectorType() local 3990 unsigned DiagID = Diags.getCustomDiagID( mangleAArch64FixedSveVectorType() local 4074 unsigned DiagID = Diags.getCustomDiagID( mangleRISCVFixedRVVVectorType() local 4548 unsigned DiagID = Diags.getCustomDiagID( mangleRequirement() local 4752 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleExpression() local 4791 unsigned DiagID = mangleExpression() local 5153 unsigned DiagID = mangleExpression() local 5161 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, mangleExpression() local 5168 unsigned DiagID = Diags.getCustomDiagID( mangleExpression() local 5176 unsigned DiagID = Diags.getCustomDiagID( mangleExpression() local 6275 unsigned DiagID = Diags.getCustomDiagID( getUnionInitName() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 80 Diag(SourceLocation Loc,unsigned DiagID) Diag() argument 84 Diag(const Token & Tok,unsigned DiagID) Diag() argument 117 ExpectAndConsume(tok::TokenKind ExpectedTok,unsigned DiagID,StringRef Msg) ExpectAndConsume() argument 163 ExpectAndConsumeSemi(unsigned DiagID,StringRef TokenUsed) ExpectAndConsumeSemi() argument 1218 unsigned DiagID; ParseDeclOrFunctionDefInternal() local 1303 unsigned DiagID; ParseFunctionDefinition() local 2036 unsigned DiagID = diag::err_expected_qualified_after_typename; TryAnnotateTypeOrScopeToken() local 2751 expectAndConsume(unsigned DiagID,const char * Msg,tok::TokenKind SkipToTok) expectAndConsume() argument [all...] |
H A D | ParseExprCXX.cpp | 524 unsigned DiagID = diag::err_missing_dependent_template_keyword; ParseOptionalCXXScopeSpecifier() local 1084 unsigned DiagID = 0; ParseLambdaIntroducer() local 1212 unsigned DiagID = 0; addStaticToLambdaDeclSpecifier() local 1229 unsigned DiagID = 0; addConstexprToLambdaDeclSpecifier() local 1243 unsigned DiagID = 0; addConstevalToLambdaDeclSpecifier() local 2238 unsigned DiagID; ParseCXXSimpleTypeSpecifier() local [all...] |
H A D | ParseDecl.cpp | 2223 unsigned DiagID; ParseDeclGroup() local 2865 unsigned DiagID; ParseImplicitInt() local 3002 unsigned DiagID; ParseImplicitInt() local 3352 unsigned DiagID = 0; ParseDeclarationSpecifiers() local 5155 unsigned DiagID; ParseEnumSpecifier() local 6025 unsigned DiagID = 0; ParseTypeQualifierListOpt() local 7900 unsigned DiagID; ParseTypeofSpecifier() local 7925 unsigned DiagID; ParseTypeofSpecifier() local 7963 unsigned DiagID; ParseAtomicSpecifier() local 8006 TryAltiVecTokenOutOfLine(DeclSpec & DS,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,bool & isInvalid) TryAltiVecTokenOutOfLine() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentSema.h | 63 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag()
|
H A D | CommentParser.h | 47 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag() argument
|
H A D | ODRDiagsEmitter.h | 132 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) const { in Diag()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 46 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_) in PartialDiagnostic()
|
H A D | Diagnostic.h | 916 bool isIgnored(unsigned DiagID, SourceLocation Loc) const { in isIgnored() 931 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { in getDiagnosticLevel() 1548 unsigned DiagID) { in Report() 1560 inline DiagnosticBuilder DiagnosticsEngine::Report(unsigned DiagID) { in Report()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 200 void FixItRewriter::Diag(SourceLocation Loc, unsigned DiagID) { in Diag()
|
/freebsd-src/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 230 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); cc1_main() local
|
H A D | cc1gen_reproducer_main.cpp | 122 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in generateReproducerForInvocationArguments() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 121 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in createChainedIncludesSource() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 565 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); in loadFromDump() local 607 IntrusiveRefCntPtr<DiagnosticIDs> DiagID{ in loadFromSource() local
|