| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Randstruct.cpp | 185 else if (isa<StaticAssertDecl>(D) || isa<IndirectFieldDecl>(D)) in randomizeStructureLayout()
|
| H A D | DeclCXX.cpp | 3288 void StaticAssertDecl::anchor() {} in anchor() 3290 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3295 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create() 3299 StaticAssertDecl *StaticAssertDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 3301 return new (C, ID) StaticAssertDecl(nullptr, SourceLocation(), nullptr, in CreateDeserialized()
|
| H A D | ODRDiagsEmitter.cpp | 984 const StaticAssertDecl *FirstSA = cast<StaticAssertDecl>(FirstDecl); in diagnoseMismatch() 985 const StaticAssertDecl *SecondSA = cast<StaticAssertDecl>(SecondDecl); in diagnoseMismatch()
|
| H A D | DeclPrinter.cpp | 89 void VisitStaticAssertDecl(StaticAssertDecl *D); 1082 void DeclPrinter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | ODRHash.cpp | 329 void VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | DeclBase.cpp | 1059 isa<StaticAssertDecl>(this) || isa<BlockDecl>(this) || in AccessDeclContextCheck()
|
| H A D | ASTImporter.cpp | 468 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D); 2496 ExpectedDecl ASTNodeImporter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl() 2511 StaticAssertDecl *ToD; in VisitStaticAssertDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 320 if (isa<StaticAssertDecl, TagDecl, TypedefNameDecl>(D)) in visitDeclStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4051 class StaticAssertDecl : public Decl { 4056 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() function 4068 static StaticAssertDecl *Create(ASTContext &C, DeclContext *DC, 4072 static StaticAssertDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
| H A D | ASTNodeTraverser.h | 561 void VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | RecursiveASTVisitor.h | 1575 DEF_TRAVERSE_DECL(StaticAssertDecl, {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 765 bool VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 971 const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 421 void VisitStaticAssertDecl(StaticAssertDecl *D); 2747 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl() 3974 D = StaticAssertDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 131 void VisitStaticAssertDecl(StaticAssertDecl *D); 1912 void ASTDeclWriter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1532 bool WalkUpFromStaticAssertDecl(StaticAssertDecl *S) { in WalkUpFromStaticAssertDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3373 } else if (StaticAssertDecl *SA = dyn_cast<StaticAssertDecl>(NewMember)) { in InstantiateClass()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1440 Decl *TemplateDeclInstantiator::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | SemaDecl.cpp | 5017 if (isa<StaticAssertDecl>(D) || isa<IndirectFieldDecl>(D) || in getNonCLikeKindForAnonymousStruct() 5751 } else if (isa<StaticAssertDecl>(Mem)) { in BuildAnonymousStructOrUnion()
|
| H A D | SemaDeclCXX.cpp | 17525 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2623 extern const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
|