| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Randstruct.cpp | 183 else if (isa<StaticAssertDecl>(D) || isa<IndirectFieldDecl>(D)) in randomizeStructureLayout()
|
| H A D | DeclCXX.cpp | 3545 void StaticAssertDecl::anchor() {} in anchor() 3547 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3552 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create() 3556 StaticAssertDecl *StaticAssertDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 3558 return new (C, ID) StaticAssertDecl(nullptr, SourceLocation(), nullptr, in CreateDeserialized()
|
| H A D | ODRDiagsEmitter.cpp | 982 const StaticAssertDecl *FirstSA = cast<StaticAssertDecl>(FirstDecl); in diagnoseMismatch() 983 const StaticAssertDecl *SecondSA = cast<StaticAssertDecl>(SecondDecl); in diagnoseMismatch()
|
| H A D | DeclPrinter.cpp | 79 void VisitStaticAssertDecl(StaticAssertDecl *D); 1060 void DeclPrinter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | ODRHash.cpp | 355 void VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | DeclBase.cpp | 1111 isa<StaticAssertDecl>(this) || isa<BlockDecl>(this) || in AccessDeclContextCheck()
|
| H A D | ASTImporter.cpp | 518 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D); 2813 ExpectedDecl ASTNodeImporter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl() 2828 StaticAssertDecl *ToD; in VisitStaticAssertDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4127 class StaticAssertDecl : public Decl { 4132 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() function 4144 static StaticAssertDecl *Create(ASTContext &C, DeclContext *DC, 4148 static StaticAssertDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID);
|
| H A D | ASTNodeTraverser.h | 688 void VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | RecursiveASTVisitor.h | 1660 DEF_TRAVERSE_DECL(StaticAssertDecl, {
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 647 bool VisitStaticAssertDecl(const StaticAssertDecl *SAD) { in VisitStaticAssertDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 770 bool VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1002 const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 407 void VisitStaticAssertDecl(StaticAssertDecl *D); 2767 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl() 4075 D = StaticAssertDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 146 void VisitStaticAssertDecl(StaticAssertDecl *D); 2179 void ASTDeclWriter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1525 bool WalkUpFromStaticAssertDecl(StaticAssertDecl *S) { in WalkUpFromStaticAssertDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3727 } else if (StaticAssertDecl *SA = dyn_cast<StaticAssertDecl>(NewMember)) { in InstantiateClass()
|
| H A D | SemaStmt.cpp | 2293 if (!isa<StaticAssertDecl>(DI)) in ActOnForStmt()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1979 Decl *TemplateDeclInstantiator::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
|
| H A D | SemaDecl.cpp | 4988 if (isa<StaticAssertDecl>(D) || isa<IndirectFieldDecl>(D) || in getNonCLikeKindForAnonymousStruct() 5702 } else if (isa<StaticAssertDecl>(Mem)) { in BuildAnonymousStructOrUnion()
|
| H A D | SemaDeclCXX.cpp | 17884 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2694 extern const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 5333 if (isa<StaticAssertDecl, TagDecl, TypedefNameDecl, BaseUsingDecl, in visitDeclStmt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2292 …PNS_16StaticAssertDeclE", "clang::ASTDeclReader::VisitStaticAssertDecl(clang::StaticAssertDecl*)"}, 2606 …PNS_16StaticAssertDeclE", "clang::ASTDeclWriter::VisitStaticAssertDecl(clang::StaticAssertDecl*)"}, 6159 …cAssertDeclE", "clang::TemplateDeclInstantiator::VisitStaticAssertDecl(clang::StaticAssertDecl*)"}, 9914 …ontextENS_14SourceLocationEPNS_4ExprEPNS_13StringLiteralE", "clang::StaticAssertDecl::Create(clang… 9919 {"_ZN5clang16StaticAssertDeclD1Ev", "clang::StaticAssertDecl::~StaticAssertDecl()"}, 9920 {"_ZN5clang16StaticAssertDeclD0Ev", "clang::StaticAssertDecl::~StaticAssertDecl()"}, 26462 {"_ZTVN5clang16StaticAssertDeclE", "vtable for clang::StaticAssertDecl"},
|