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

  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 78 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
ASTDumper.cpp 241 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
    [all...]
DumpXML.cpp 875 // ObjCCompatibleAliasDecl
876 void visitObjCCompatibleAliasDeclChildren(ObjCCompatibleAliasDecl *D) {
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 146 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
CGObjCGNU.cpp 516 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD);
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 129 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
584 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 306 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 635 ObjCCompatibleAliasDecl *AliasDecl =
636 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
    [all...]
SemaDecl.cpp 685 isa<ObjCCompatibleAliasDecl>(UnderlyingFirstDecl))) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 130 class ObjCCompatibleAliasDecl;
    [all...]

Completed in 1005 milliseconds