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

  /external/clang/lib/Sema/
SemaCodeComplete.cpp 653 if (ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
654 return C.getObjCInterfaceType(Iface);
    [all...]
SemaExprObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 174 IFace = NS.getASTContext().getObjContainingInterface(
176 if (!IFace)
178 IdentifierInfo *II = IFace->getIdentifier();
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 687 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
688 if (!IFace->isThisDeclarationADefinition()) {
690 SourceLocation StartLoc = IFace->getLocStart();
706 ObjCInterfacesSeen.push_back(IFace);
    [all...]
RewriteObjC.cpp 675 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
676 if (!IFace->isThisDeclarationADefinition()) {
678 SourceLocation StartLoc = IFace->getLocStart();
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 294 milliseconds