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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1457 const ObjCObjectPointerType *pointerType = local
1459 if (!pointerType)
1465 const ObjCObjectType *objectType = pointerType->getObjectType();
1496 method = LookupMethodInQualifiedType(selector, pointerType,
2610 const PointerType *pointerType = type->getAs<PointerType>(); local
2611 if (!pointerType || !pointerType->getPointeeType()->isVoidType())
H A DSemaChecking.cpp729 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); local
730 if (!pointerType) {
737 QualType AtomTy = pointerType->getPointeeType(); // 'A'
956 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); local
957 if (!pointerType) {
963 QualType ValType = pointerType->getPointeeType();
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1934 const PointerType *pointerType local
1936 if (!pointerType) {
1950 QualType elementType = pointerType->getPointeeType();

Completed in 82 milliseconds