Home | History | Annotate | Download | only in Symbol

Lines Matching defs:function_type

4563     const clang::FunctionType *function_type = dyn_cast<FunctionType>(method_qual_type.getTypePtr());
4565 if (function_type == NULL)
4568 const FunctionProtoType *method_function_prototype (dyn_cast<FunctionProtoType>(function_type));
4640 DeclarationNameInfo (m_ast->DeclarationNames.getCXXConversionFunctionName (m_ast->getCanonicalType (function_type->getResultType())), SourceLocation()),