Searched refs:GetFunctionArgumentType (Results 1 – 3 of 3) sorted by relevance
88 CompilerType GetFunctionArgumentType(size_t arg_idx) const;
40 CompilerType CompilerDecl::GetFunctionArgumentType(size_t arg_idx) const { in GetFunctionArgumentType() function in CompilerDecl
1246 return m_decl.GetFunctionArgumentType(idx); in GetArgumentAtIndex()