Searched defs:pointerType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1953 const PointerType *pointerType local
1955 if (!pointerType) {
1969 QualType elementType = pointerType->getPointeeType();
/external/clang/lib/Sema/
H A DSemaStmt.cpp1120 const ObjCObjectPointerType *pointerType = local
1122 if (!pointerType)
1128 const ObjCObjectType *objectType = pointerType->getObjectType();
1159 method = LookupMethodInQualifiedType(selector, pointerType,
2476 const PointerType *pointerType = type->getAs<PointerType>(); local
2477 if (!pointerType || !pointerType->getPointeeType()->isVoidType())
H A DSemaChecking.cpp608 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); local
609 if (!pointerType) {
616 QualType AtomTy = pointerType->getPointeeType(); // 'A'
836 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); local
837 if (!pointerType) {
843 QualType ValType = pointerType->getPointeeType();

Completed in 124 milliseconds