Home
last modified time | relevance | path

Searched defs:DefineMatcher (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h55 /// defines a zero parameter function named DefineMatcher() that returns a argument
74 AST_MATCHER_FUNCTION_P(ReturnType,DefineMatcher,ParamType,Param) global() argument
77 AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType,DefineMatcher,ParamType,Param,OverloadId) global() argument
94 AST_MATCHER(Type,DefineMatcher) global() argument
128 AST_MATCHER_P(Type,DefineMatcher,ParamType,Param) global() argument
131 AST_MATCHER_P_OVERLOAD(Type,DefineMatcher,ParamType,Param,OverloadId) global() argument
175 AST_MATCHER_P2(Type,DefineMatcher,ParamType1,Param1,ParamType2,Param2) global() argument
180 AST_MATCHER_P2_OVERLOAD(Type,DefineMatcher,ParamType1,Param1,ParamType2,Param2,OverloadId) global() argument
230 AST_POLYMORPHIC_MATCHER(DefineMatcher,ReturnTypesF) global() argument
263 AST_POLYMORPHIC_MATCHER_P(DefineMatcher,ReturnTypesF,ParamType,Param) global() argument
268 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(DefineMatcher,ReturnTypesF,ParamType,Param,OverloadId) global() argument
314 AST_POLYMORPHIC_MATCHER_P2(DefineMatcher,ReturnTypesF,ParamType1,Param1,ParamType2,Param2) global() argument
319 AST_POLYMORPHIC_MATCHER_P2_OVERLOAD(DefineMatcher,ReturnTypesF,ParamType1,Param1,ParamType2,Param2,OverloadId) global() argument
455 AST_MATCHER_REGEX(Type,DefineMatcher,Param) global() argument
458 AST_MATCHER_REGEX_OVERLOAD(Type,DefineMatcher,Param,OverloadId) global() argument
505 AST_POLYMORPHIC_MATCHER_REGEX(DefineMatcher,ReturnTypesF,Param) global() argument
508 AST_POLYMORPHIC_MATCHER_REGEX_OVERLOAD(DefineMatcher,ReturnTypesF,Param,OverloadId) global() argument
[all...]