Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSmartPointerAccessorCaching.cpp22 using ast_matchers::parameterCountIs;
135 callee(cxxMethodDecl(parameterCountIs(0), in isSmartPointerLikeOperatorStar()
143 callee(cxxMethodDecl(parameterCountIs(0), in isSmartPointerLikeOperatorArrow()
151 callee(cxxMethodDecl(parameterCountIs(0), in isPointerLikeOperatorStar()
159 callee(cxxMethodDecl(parameterCountIs(0), in isPointerLikeOperatorArrow()
167 parameterCountIs(0), returns(hasCanonicalType(referenceType())), in isSmartPointerLikeValueMethodCall()
175 parameterCountIs(0), returns(hasCanonicalType(pointerType())), in isSmartPointerLikeGetMethodCall()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp251 hasDeclaration(cxxConstructorDecl(parameterCountIs(1), in isOptionalNulloptConstructor()
337 callee(cxxMethodDecl(parameterCountIs(0), isConst()))); in isZeroParamConstMemberCall()
342 callee(cxxMethodDecl(parameterCountIs(0), isConst()))); in isZeroParamConstMemberOperatorCall()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp539 REGISTER_MATCHER(parameterCountIs); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5346 AST_POLYMORPHIC_MATCHER_P(parameterCountIs, in AST_POLYMORPHIC_MATCHER_P() argument