Searched refs:hasPointerRepresentation (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DCanonicalType.h286 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasPointerRepresentation)
H A DType.h1643 /// hasPointerRepresentation - Whether this type is represented
1647 bool hasPointerRepresentation() const;
5155 inline bool Type::hasPointerRepresentation() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/CodeGen/
H A DCGException.cpp971 if (CatchType->hasPointerRepresentation()) {
H A DTargetInfo.cpp292 if (!Ty->getAs<BuiltinType>() && !Ty->hasPointerRepresentation() &&
630 if (Ty->getAs<BuiltinType>() || Ty->hasPointerRepresentation() ||
721 || SeltTy->hasPointerRepresentation())
1583 if (Ty->hasPointerRepresentation()) {
H A DCGObjC.cpp2602 assert(e->getType()->hasPointerRepresentation());
/external/clang/lib/AST/
H A DExprConstant.cpp4685 assert(E->isRValue() && E->getType()->hasPointerRepresentation());
7985 } else if (T->hasPointerRepresentation()) {

Completed in 909 milliseconds