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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp256 REGISTER_MATCHER(pointerType);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1601 const ObjCObjectPointerType *pointerType = local
1603 if (!pointerType)
1609 const ObjCObjectType *objectType = pointerType->getObjectType();
1640 method = LookupMethodInQualifiedType(selector, pointerType,
3002 const PointerType *pointerType = type->getAs<PointerType>(); local
3003 if (!pointerType || !pointerType->getPointeeType()->isVoidType())
H A DSemaChecking.cpp487 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); local
488 if (!pointerType) {
497 QualType ValType = pointerType->getPointeeType();
1005 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); local
1006 if (!pointerType) {
1013 QualType AtomTy = pointerType->getPointeeType(); // 'A'
1246 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); local
1247 if (!pointerType) {
1253 QualType ValType = pointerType->getPointeeType();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3083 /// pointerType()
3085 AST_TYPE_MATCHER(PointerType, pointerType);
3146 /// pointerType(pointee(isConstQualified(), isInteger()))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2321 const PointerType *pointerType local
2323 if (!pointerType) {
2337 QualType elementType = pointerType->getPointeeType();

Completed in 126 milliseconds