Searched refs:StaticAssertDecl (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3048 void StaticAssertDecl::anchor() {}
3050 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC,
3056 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
3060 StaticAssertDecl *StaticAssertDecl::CreateDeserialized(ASTContext &C,
3062 return new (C, ID) StaticAssertDecl(nullptr, SourceLocation(), nullptr,
H A DDeclPrinter.cpp76 void VisitStaticAssertDecl(StaticAssertDecl *D);
920 void DeclPrinter::VisitStaticAssertDecl(StaticAssertDecl *D) {
H A DODRHash.cpp315 void VisitStaticAssertDecl(const StaticAssertDecl *D) {
H A DDeclBase.cpp933 isa<StaticAssertDecl>(this) ||
H A DASTImporter.cpp495 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);
2244 ExpectedDecl ASTNodeImporter::VisitStaticAssertDecl(StaticAssertDecl *D) {
2260 StaticAssertDecl *ToD;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp599 if (isa<StaticAssertDecl>(D))
H A DSemaTemplateInstantiate.cpp2671 } else if (StaticAssertDecl *SA = dyn_cast<StaticAssertDecl>(NewMember)) {
H A DSemaTemplateInstantiateDecl.cpp1172 Decl *TemplateDeclInstantiator::VisitStaticAssertDecl(StaticAssertDecl *D) {
H A DSemaDecl.cpp4971 } else if (isa<StaticAssertDecl>(Mem)) {
H A DSemaDeclCXX.cpp15700 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3763 class StaticAssertDecl : public Decl { class in namespace:clang
3768 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, function in class:clang::StaticAssertDecl
3780 static StaticAssertDecl *Create(ASTContext &C, DeclContext *DC,
3784 static StaticAssertDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DASTNodeTraverser.h492 void VisitStaticAssertDecl(const StaticAssertDecl *D) {
H A DRecursiveASTVisitor.h1506 DEF_TRAVERSE_DECL(StaticAssertDecl, {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp547 bool WalkUpFromStaticAssertDecl(StaticAssertDecl *S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp796 const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp721 bool VisitStaticAssertDecl(const StaticAssertDecl *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp397 void VisitStaticAssertDecl(StaticAssertDecl *D);
2371 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) {
3901 D = StaticAssertDecl::CreateDeserialized(Context, ID);
H A DASTWriterDecl.cpp125 void VisitStaticAssertDecl(StaticAssertDecl *D);
1742 void ASTDeclWriter::VisitStaticAssertDecl(StaticAssertDecl *D) {
H A DASTReader.cpp10003 StaticAssertDecl *FirstSA = cast<StaticAssertDecl>(FirstDecl);
10004 StaticAssertDecl *SecondSA = cast<StaticAssertDecl>(SecondDecl);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2332 extern const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>

Completed in 572 milliseconds