Home
last modified time | relevance | path

Searched refs:parameterCountIs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp535 REGISTER_MATCHER(parameterCountIs); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp133 hasDeclaration(cxxConstructorDecl(parameterCountIs(1), in isOptionalNulloptConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5278 AST_POLYMORPHIC_MATCHER_P(parameterCountIs, in AST_POLYMORPHIC_MATCHER_P() argument