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

  /external/clang/lib/CodeGen/
CGObjCRuntime.h 146 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
CGObjCGNU.cpp 509 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override;
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 78 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
ASTDumper.cpp 296 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 129 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
602 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 333 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 666 ObjCCompatibleAliasDecl *AliasDecl =
667 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
    [all...]
SemaDecl.cpp 780 isa<ObjCCompatibleAliasDecl>(UnderlyingFirstDecl))) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 135 class ObjCCompatibleAliasDecl;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1076 milliseconds