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

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 174 IFace = NS.getASTContext().getObjContainingInterface(
176 if (!IFace)
178 IdentifierInfo *II = IFace->getIdentifier();
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp 653 if (ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
654 return C.getObjCInterfaceType(Iface);
    [all...]
SemaExpr.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/tools/libclang/
CIndex.cpp     [all...]

Completed in 266 milliseconds