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

/external/clang/test/CodeGen/
H A Dxcore-stringtype.c53 // CHECK: @pointerType, metadata !"f{p(si)}(p(si),p(f{p(si)}(p(si))))"}
58 int* pointerType(int *I, int * (*FP)(int *)) { function
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2332 const PointerType *pointerType local
2334 if (!pointerType) {
2348 QualType elementType = pointerType->getPointeeType();
/external/clang/lib/Sema/
H A DSemaStmt.cpp1668 const ObjCObjectPointerType *pointerType = local
1670 if (!pointerType)
1676 const ObjCObjectType *objectType = pointerType->getObjectType();
1707 method = LookupMethodInQualifiedType(selector, pointerType,
3115 const PointerType *pointerType = type->getAs<PointerType>(); local
3116 if (!pointerType || !pointerType->getPointeeType()->isVoidType())
H A DSemaChecking.cpp518 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); local
519 if (!pointerType) {
528 QualType ValType = pointerType->getPointeeType();
1059 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); local
1060 if (!pointerType) {
1067 QualType AtomTy = pointerType->getPointeeType(); // 'A'
1309 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); local
1310 if (!pointerType) {
1316 QualType ValType = pointerType->getPointeeType();

Completed in 96 milliseconds