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

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

Completed in 43 milliseconds