Home | History | Annotate | Download | only in Sema

Lines Matching refs:Pointer

357   class pointer {
361 pointer(const DeclIndexPair &Value) : Value(Value) { }
402 pointer operator->() const {
403 return pointer(**this);
610 case Type::Pointer:
684 if (const PointerType *Pointer = T->getAs<PointerType>()) {
685 if (Pointer->getPointeeType()->isFunctionType()) {
686 T = Pointer->getPointeeType();
2184 // The argument for a block pointer parameter is a block literal with
2214 pointer type,
2247 // We have the function prototype behind the block pointer type, as it was
2992 // Treat the "nil", "Nil" and "NULL" macros as null pointer constants.
3717 assert(ObjCPtr && "Non-NULL pointer guaranteed above!");
4069 // Lastly we check whether expression's type is function pointer or
5764 // Handle messages to a pointer to interface type.