reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/BuiltinTypes.def
  298 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
tools/clang/lib/AST/ASTContext.cpp
 1314   InitBuiltinType(PseudoObjectTy,      BuiltinType::PseudoObject);
tools/clang/lib/Sema/SemaExpr.cpp
 4393         base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc);
 5634     if (Fn->getType() == Context.PseudoObjectTy) {
tools/clang/lib/Sema/SemaExprMember.cpp
  891                                            S.Context.PseudoObjectTy, VK_LValue,
 1505               ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue,
 1521               ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue,
 1578             Getter, Setter, S.Context.PseudoObjectTy, VK_LValue,
tools/clang/lib/Sema/SemaExprObjC.cpp
  791       BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript,
 1848           ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
 1852           ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
 1865             PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc,
 1869             ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
 1934           ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
 1938           ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
 2090           ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
 2095         Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty,
tools/clang/lib/Sema/TreeTransform.h
 7789                         SemaRef.getASTContext().PseudoObjectTy, VK_LValue,
12635                                                  SemaRef.Context.PseudoObjectTy,
tools/clang/lib/Serialization/ASTReader.cpp
 7417       T = Context.PseudoObjectTy;