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