Searched refs:functionProtoType (Results 1 – 4 of 4) sorted by relevance
267 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
1059 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
7262 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
525 // functionType excludes them but functionProtoType includes them.526 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>