Home
last modified time | relevance | path

Searched refs:StaticAssertDecl (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp185 else if (isa<StaticAssertDecl>(D) || isa<IndirectFieldDecl>(D)) in randomizeStructureLayout()
H A DDeclCXX.cpp3322 void StaticAssertDecl::anchor() {} in anchor()
3324 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3329 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
3333 StaticAssertDecl *StaticAssertDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
3335 return new (C, ID) StaticAssertDecl(nullptr, SourceLocation(), nullptr, in CreateDeserialized()
H A DODRDiagsEmitter.cpp984 const StaticAssertDecl *FirstSA = cast<StaticAssertDecl>(FirstDecl); in diagnoseMismatch()
985 const StaticAssertDecl *SecondSA = cast<StaticAssertDecl>(SecondDecl); in diagnoseMismatch()
H A DDeclPrinter.cpp78 void VisitStaticAssertDecl(StaticAssertDecl *D);
1024 void DeclPrinter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
H A DODRHash.cpp336 void VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
H A DDeclBase.cpp1098 isa<StaticAssertDecl>(this) || isa<BlockDecl>(this) || in AccessDeclContextCheck()
H A DASTImporter.cpp469 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);
2544 ExpectedDecl ASTNodeImporter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
2559 StaticAssertDecl *ToD; in VisitStaticAssertDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp381 bool VisitStaticAssertDecl(const StaticAssertDecl *SAD) { in VisitStaticAssertDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4065 class StaticAssertDecl : public Decl {
4070 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() function
4082 static StaticAssertDecl *Create(ASTContext &C, DeclContext *DC,
4086 static StaticAssertDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID);
H A DASTNodeTraverser.h652 void VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
H A DRecursiveASTVisitor.h1630 DEF_TRAVERSE_DECL(StaticAssertDecl, {
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp770 bool VisitStaticAssertDecl(const StaticAssertDecl *D) { in VisitStaticAssertDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp416 void VisitStaticAssertDecl(StaticAssertDecl *D);
2733 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
3998 D = StaticAssertDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp134 void VisitStaticAssertDecl(StaticAssertDecl *D);
1981 void ASTDeclWriter::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1533 bool WalkUpFromStaticAssertDecl(StaticAssertDecl *S) { in WalkUpFromStaticAssertDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3542 } else if (StaticAssertDecl *SA = dyn_cast<StaticAssertDecl>(NewMember)) { in InstantiateClass()
H A DSemaTemplateInstantiateDecl.cpp1478 Decl *TemplateDeclInstantiator::VisitStaticAssertDecl(StaticAssertDecl *D) { in VisitStaticAssertDecl()
H A DSemaDecl.cpp4881 if (isa<StaticAssertDecl>(D) || isa<IndirectFieldDecl>(D) || in getNonCLikeKindForAnonymousStruct()
5588 } else if (isa<StaticAssertDecl>(Mem)) { in BuildAnonymousStructOrUnion()
H A DSemaDeclCXX.cpp17379 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2624 extern const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4245 if (isa<StaticAssertDecl, TagDecl, TypedefNameDecl, UsingEnumDecl, in visitDeclStmt()