Searched refs:functionProtoType (Results 1 – 4 of 4) sorted by relevance
228 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
818 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
5411 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
381 // functionType excludes them but functionProtoType includes them.382 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>