Home
last modified time | relevance | path

Searched refs:ofClass (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSmartPointerAccessorCaching.cpp21 using ast_matchers::ofClass;
137 ofClass(smartPointerClassWithGetOrValue())))); in isSmartPointerLikeOperatorStar()
145 ofClass(smartPointerClassWithGetOrValue())))); in isSmartPointerLikeOperatorArrow()
153 ofClass(pointerClass())))); in isPointerLikeOperatorStar()
161 ofClass(pointerClass())))); in isPointerLikeOperatorArrow()
169 ofClass(smartPointerClassWithValueLike(MethodName))))); in isSmartPointerLikeValueMethodCall()
176 hasName(MethodName), ofClass(smartPointerClassWithGetLike(MethodName))))); in isSmartPointerLikeGetMethodCall()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp223 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalOperatorCallWithName()
272 callee(cxxMethodDecl(ofClass(optionalOrDerivedClass()))), in isOptionalValueOrConversionAssignment()
281 callee(cxxMethodDecl(ofClass(optionalOrDerivedClass()))), in isOptionalNulloptAssignment()
307 ofClass(optionalClass()))), in isValueOrStringEmptyCall()
318 ofClass(optionalClass()))), in isValueOrNotEqX()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp37 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp444 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
643 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp531 REGISTER_MATCHER(ofClass); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6295 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument