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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1243 QualType getObjCIdRedefinitionType() const { function in class:clang::ASTContext
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1128 redef = S.Context.getObjCIdRedefinitionType();
H A DSemaExpr.cpp5658 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) {
5663 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1738 CGM.getContext().getObjCIdRedefinitionType(), /*ForEH=*/true);

Completed in 117 milliseconds