Searched refs:functionProtoType (Results 1 – 4 of 4) sorted by relevance
259 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
1048 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
6998 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
475 // functionType excludes them but functionProtoType includes them.476 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>