Searched refs:parameterCountIs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SmartPointerAccessorCaching.cpp | 22 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 D | UncheckedOptionalAccessModel.cpp | 251 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 D | Registry.cpp | 539 REGISTER_MATCHER(parameterCountIs); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5346 AST_POLYMORPHIC_MATCHER_P(parameterCountIs, in AST_POLYMORPHIC_MATCHER_P() argument
|