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

  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 75 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
963 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) {
    [all...]
Decl.cpp     [all...]
DumpXML.cpp 872 // ObjCCompatibleAliasDecl
873 void visitObjCCompatibleAliasDeclChildren(ObjCCompatibleAliasDecl *D) {
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 147 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
CGObjCGNU.cpp 468 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD);
    [all...]
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 122 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
567 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 291 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
808 void ASTDeclReader::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 567 if (isa<ObjCCompatibleAliasDecl>(ADecl))
597 ObjCCompatibleAliasDecl *AliasDecl =
598 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 121 class ObjCCompatibleAliasDecl;
    [all...]

Completed in 4855 milliseconds