Home
last modified time | relevance | path

Searched refs:getObjCIdRedefinitionType (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1243 QualType getObjCIdRedefinitionType() const { in getObjCIdRedefinitionType() function
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp1128 redef = S.Context.getObjCIdRedefinitionType(); in ShouldTryAgainWithRedefinitionType()
HDSemaExpr.cpp5658 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) { in FindCompositeObjCPointerType()
5663 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) { in FindCompositeObjCPointerType()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp1738 CGM.getContext().getObjCIdRedefinitionType(), /*ForEH=*/true); in GetEHType()