Searched refs:functionProtoType (Results 1 – 4 of 4) sorted by relevance
269 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
1090 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
7339 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
578 // functionType excludes them but functionProtoType includes them.579 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>