Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp256 REGISTER_MATCHER(pointerType); in RegistryMaps()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp1601 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
1603 if (!pointerType) in CheckObjCForCollectionOperand()
1609 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
1640 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()
3002 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
3003 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) in ActOnObjCAtSynchronizedOperand()
DSemaChecking.cpp487 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
488 if (!pointerType) { in CheckARMBuiltinExclusiveCall()
497 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
1005 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local
1006 if (!pointerType) { in SemaAtomicOpsOverloaded()
1013 QualType AtomTy = pointerType->getPointeeType(); // 'A' in SemaAtomicOpsOverloaded()
1246 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local
1247 if (!pointerType) { in SemaBuiltinAtomicOverloaded()
1253 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchers.h3085 AST_TYPE_MATCHER(PointerType, pointerType);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprScalar.cpp2321 const PointerType *pointerType in emitPointerArithmetic() local
2323 if (!pointerType) { in emitPointerArithmetic()
2337 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()