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

Declarations

tools/clang/include/clang/AST/Type.h
 2156   bool hasPointerRepresentation() const;

References

tools/clang/lib/AST/ExprConstant.cpp
 7901   assert(E->isRValue() && E->getType()->hasPointerRepresentation());
10199   assert(E->isRValue() && E->getType()->hasPointerRepresentation());
10214   if (!SubExpr->getType()->hasPointerRepresentation() || !SubExpr->isRValue())
13288   } else if (T->hasPointerRepresentation()) {
tools/clang/lib/CodeGen/CGObjC.cpp
 2994     assert(e->getSubExpr()->getType()->hasPointerRepresentation());
tools/clang/lib/CodeGen/TargetInfo.cpp
 1257   if (Ty->getAs<BuiltinType>() || Ty->hasPointerRepresentation() ||
 1294   if (!Ty->getAs<BuiltinType>() && !Ty->hasPointerRepresentation() &&
 1445             || SeltTy->hasPointerRepresentation())
 2606   if (Ty->hasPointerRepresentation()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4583   if (!Ty->hasPointerRepresentation())