HomeSort by relevance Sort by last modified time
    Searched refs:ObjCInterfaceDecl (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/clang/lib/CodeGen/
CodeGenFunction.h 58 class ObjCInterfaceDecl;
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 842 ObjCInterfaceDecl *getIFaceDecl() const {
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
ASTReaderStmt.cpp 910 E->setClassReceiver(ReadDeclAs<ObjCInterfaceDecl>(Record, Idx));
    [all...]
  /external/clang/lib/AST/
Type.cpp 888 ObjCInterfaceDecl *Interface
    [all...]
Expr.cpp 509 // For incorrect code, there might not be an ObjCInterfaceDecl. Do
511 if (const ObjCInterfaceDecl *ID = MD->getClassInterface())
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaStmt.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 2555 milliseconds

1 2 34