Home | History | Annotate | Download | only in AST

Lines Matching refs:getBlockPointerType

2229 /// getBlockPointerType - Return the uniqued reference to the type for
2231 QualType ASTContext::getBlockPointerType(QualType T) const {
2247 Canonical = getBlockPointerType(getCanonicalType(T));
7181 return getBlockPointerType(ResultType);