Home
last modified time | relevance | path

Searched refs:ObjCCompatibleAliasDecl (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2329 void ObjCCompatibleAliasDecl::anchor() {} in anchor()
2331 ObjCCompatibleAliasDecl *
2332 ObjCCompatibleAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2336 return new (C, DC) ObjCCompatibleAliasDecl(DC, L, Id, AliasedClass); in Create()
2339 ObjCCompatibleAliasDecl *
2340 ObjCCompatibleAliasDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID) { in CreateDeserialized()
2341 return new (C, ID) ObjCCompatibleAliasDecl(nullptr, SourceLocation(), in CreateDeserialized()
H A DDeclPrinter.cpp98 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
1614 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) { in VisitObjCCompatibleAliasDecl()
H A DJSONNodeDumper.cpp1184 const ObjCCompatibleAliasDecl *D) { in VisitObjCCompatibleAliasDecl()
H A DTextNodeDumper.cpp2958 const ObjCCompatibleAliasDecl *D) { in VisitObjCCompatibleAliasDecl()
H A DDecl.cpp1952 if (auto *AD = dyn_cast<ObjCCompatibleAliasDecl>(ND)) in getUnderlyingDeclImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h160 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
H A DCGObjCGNU.cpp608 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override;
3684 void CGObjCGNU::RegisterAlias(const ObjCCompatibleAliasDecl *OAD) { in RegisterAlias()
H A DCGObjCMac.cpp1302 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override {} in RegisterAlias()
1588 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override {} in RegisterAlias()
H A DCodeGenModule.cpp7342 ObjCRuntime->RegisterAlias(cast<ObjCCompatibleAliasDecl>(D)); in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2772 class ObjCCompatibleAliasDecl : public NamedDecl {
2776 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, in ObjCCompatibleAliasDecl() function
2783 static ObjCCompatibleAliasDecl *Create(ASTContext &C, DeclContext *DC,
2787 static ObjCCompatibleAliasDecl *CreateDeserialized(ASTContext &C,
H A DTextNodeDumper.h403 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
H A DJSONNodeDumper.h279 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
H A DRecursiveASTVisitor.h1708 DEF_TRAVERSE_DECL(ObjCCompatibleAliasDecl, {// FIXME: implement
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp496 bool VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) { in VisitObjCCompatibleAliasDecl()
1329 for (const ObjCCompatibleAliasDecl *Alias : Aliases->second) { in objcClassHasMatchingCompatibilityAlias()
1362 llvm::SmallPtrSet<const ObjCCompatibleAliasDecl *, 2>>
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp446 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
1468 void ASTDeclReader::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) { in VisitObjCCompatibleAliasDecl()
4102 D = ObjCCompatibleAliasDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp168 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
1137 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) { in VisitObjCCompatibleAliasDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1182 ObjCCompatibleAliasDecl *AliasDecl = ObjCCompatibleAliasDecl::Create( in ActOnCompatibilityAlias()
H A DSemaDecl.cpp996 isa<ObjCCompatibleAliasDecl>(UnderlyingFirstDecl))) { in ClassifyName()
1175 if (ObjCCompatibleAliasDecl *Alias = in ClassifyName()
1176 dyn_cast<ObjCCompatibleAliasDecl>(FirstDecl)) in ClassifyName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2253 …liasDeclE", "clang::ASTDeclReader::VisitObjCCompatibleAliasDecl(clang::ObjCCompatibleAliasDecl*)"},
2569 …liasDeclE", "clang::ASTDeclWriter::VisitObjCCompatibleAliasDecl(clang::ObjCCompatibleAliasDecl*)"},
10014 …LocationEPNS_14IdentifierInfoEPNS_17ObjCInterfaceDeclE", "clang::ObjCCompatibleAliasDecl::Create(c…
10039 {"_ZN5clang23ObjCCompatibleAliasDeclD1Ev", "clang::ObjCCompatibleAliasDecl::~ObjCCompatibleAliasDec…
10040 {"_ZN5clang23ObjCCompatibleAliasDeclD0Ev", "clang::ObjCCompatibleAliasDecl::~ObjCCompatibleAliasDec…
26478 {"_ZTVN5clang23ObjCCompatibleAliasDeclE", "vtable for clang::ObjCCompatibleAliasDecl"},