Searched defs:IntParam (Results 1 – 5 of 5) sorted by relevance
17 Key<int> IntParam; in TEST() local
29 namespace IntParam { namespace
135 int IntParam(int i) { return 0; }; in IntParam() function
93 template<int n> struct IntParam {}; struct
842 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local855 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local884 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local908 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local