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

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

Completed in 177 milliseconds