Home | History | Annotate | Download | only in src

Lines Matching refs:FunctionTemplateInfo

145 //           - FunctionTemplateInfo
555 V(FUNCTION_TEMPLATE_INFO, FunctionTemplateInfo, function_template_info) \
1356 inline bool IsInstanceOf(FunctionTemplateInfo* type);
6424 // Currently it either has FunctionTemplateInfo to make benefit the API
6432 inline FunctionTemplateInfo* get_api_func_data();
9822 class FunctionTemplateInfo: public TemplateInfo {
9849 static inline FunctionTemplateInfo* cast(Object* obj);
9852 DECLARE_PRINTER(FunctionTemplateInfo)
9853 DECLARE_VERIFIER(FunctionTemplateInfo)
9884 DISALLOW_IMPLICIT_CONSTRUCTORS(FunctionTemplateInfo);