Searched refs:PseudoObjectTy (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp871 S.Context.PseudoObjectTy, VK_LValue,
1454 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue,
1473 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue,
1527 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue,
H A DSemaExprObjC.cpp762 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript,
1787 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1791 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1803 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc,
1807 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1871 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1875 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
2007 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
2012 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty,
H A DSemaExpr.cpp4107 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc);
5027 if (Fn->getType() == Context.PseudoObjectTy) {
H A DTreeTransform.h7000 SemaRef.getASTContext().PseudoObjectTy, VK_LValue,
10939 SemaRef.Context.PseudoObjectTy,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h898 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; member in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1067 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6023 T = Context.PseudoObjectTy;

Completed in 181 milliseconds