HomeSort by relevance Sort by last modified time
    Searched refs:ObjCCompatibleAliasDecl (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.h 155 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
CGObjCGNU.cpp 516 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override;
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 87 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
ASTDumper.cpp 477 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 349 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
ASTWriterDecl.cpp 130 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
748 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 135 class ObjCCompatibleAliasDecl;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 487 milliseconds