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