Searched refs:functionProtoType (Results 1 – 4 of 4) sorted by relevance
253 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
1030 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
6610 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
437 // functionType excludes them but functionProtoType includes them.438 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>