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

/external/clang/lib/AST/
H A DASTContext.cpp2422 /// getBlockPointerType - Return the uniqued reference to the type for
2424 QualType ASTContext::getBlockPointerType(QualType T) const { function in class:ASTContext
2440 Canonical = getBlockPointerType(getCanonicalType(T));
7678 return getBlockPointerType(ResultType);

Completed in 108 milliseconds