Searched defs:getObjCInterfaceType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp3626 /// getObjCInterfaceType - Return the unique reference to the type for the
3628 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, function in class:ASTContext
6136 ObjCConstantStringType = getObjCInterfaceType(Decl);
6676 LHS = cast<ObjCInterfaceType>(getObjCInterfaceType(LDecl));

Completed in 593 milliseconds