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);
1042 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) {
    [all...]
Decl.cpp     [all...]
ASTDumper.cpp 236 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
    [all...]
DumpXML.cpp 875 // ObjCCompatibleAliasDecl
876 void visitObjCCompatibleAliasDeclChildren(ObjCCompatibleAliasDecl *D) {
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 146 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
CGObjCGNU.cpp 514 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 123 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
574 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 289 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
811 void ASTDeclReader::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 582 if (isa<ObjCCompatibleAliasDecl>(ADecl))
612 ObjCCompatibleAliasDecl *AliasDecl =
613 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
    [all...]
SemaDecl.cpp 678 isa<ObjCCompatibleAliasDecl>(UnderlyingFirstDecl))) {
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 124 class ObjCCompatibleAliasDecl;
    [all...]

Completed in 1012 milliseconds