Searched defs:functionDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h585 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; member in namespace:clang::ast_matchers
2330 /// functionDecl(parameterCountIs(2))
2357 /// functionDecl(isExternC())
2805 /// functionDecl(hasAnyParameter(hasType(isInteger())))
2822 /// functionDecl(hasAnyParameter(hasType(isConstQualified())))
2905 /// usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(functionDecl())))
2952 /// functionDecl(isExplicitTemplateSpecialization())

Completed in 518 milliseconds