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