Searched refs:CreateBlockPointerType (Results 1 – 3 of 3) sorted by relevance
496 CompilerType CreateBlockPointerType(const CompilerType &function_type);
2227 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() function in TypeSystemClang
735 clang_type = m_ast.CreateBlockPointerType( in ParseTypeModifier()