HomeSort by: relevance | last modified time | path
    Searched refs:ObjCCompatibleAliasDecl (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.h 160 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
CGObjCGNU.cpp 606 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override;
3393 void CGObjCGNU::RegisterAlias(const ObjCCompatibleAliasDecl *OAD) {
CGObjCMac.cpp 1351 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override {}
1641 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override {}
CodeGenModule.cpp 5795 ObjCRuntime->RegisterAlias(cast<ObjCCompatibleAliasDecl>(D));
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 2250 // ObjCCompatibleAliasDecl
2253 void ObjCCompatibleAliasDecl::anchor() {}
2255 ObjCCompatibleAliasDecl *
2256 ObjCCompatibleAliasDecl::Create(ASTContext &C, DeclContext *DC,
2260 return new (C, DC) ObjCCompatibleAliasDecl(DC, L, Id, AliasedClass);
2263 ObjCCompatibleAliasDecl *
2264 ObjCCompatibleAliasDecl::CreateDeserialized(ASTContext &C, unsigned ID) {
2265 return new (C, ID) ObjCCompatibleAliasDecl(nullptr, SourceLocation(),
DeclPrinter.cpp 95 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
1460 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) {
JSONNodeDumper.cpp 1001 const ObjCCompatibleAliasDecl *D) {
TextNodeDumper.cpp 2219 const ObjCCompatibleAliasDecl *D) {
Decl.cpp 1819 if (auto *AD = dyn_cast<ObjCCompatibleAliasDecl>(ND))
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 478 bool VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) {
1074 for (const ObjCCompatibleAliasDecl *Alias : Aliases->second) {
1107 llvm::SmallPtrSet<const ObjCCompatibleAliasDecl *, 2>>
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 260 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
TextNodeDumper.h 366 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
DeclObjC.h 2709 /// ObjCCompatibleAliasDecl - Represents alias of a class. This alias is
2711 class ObjCCompatibleAliasDecl : public NamedDecl {
2715 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id,
2722 static ObjCCompatibleAliasDecl *Create(ASTContext &C, DeclContext *DC,
2726 static ObjCCompatibleAliasDecl *CreateDeserialized(ASTContext &C,
RecursiveASTVisitor.h 1529 DEF_TRAVERSE_DECL(ObjCCompatibleAliasDecl, {// FIXME: implement
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 445 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
1284 void ASTDeclReader::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) {
3967 D = ObjCCompatibleAliasDecl::CreateDeserialized(Context, ID);
ASTWriterDecl.cpp 148 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
847 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 1175 ObjCCompatibleAliasDecl *AliasDecl =
1176 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
SemaDecl.cpp 968 isa<ObjCCompatibleAliasDecl>(UnderlyingFirstDecl))) {
1141 if (ObjCCompatibleAliasDecl *Alias =
1142 dyn_cast<ObjCCompatibleAliasDecl>(FirstDecl))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 153 class ObjCCompatibleAliasDecl;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 6604 cast<ObjCCompatibleAliasDecl>(D)->getClassInterface())

Completed in 121 milliseconds