Searched refs:ofClass (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SmartPointerAccessorCaching.cpp | 21 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 D | UncheckedOptionalAccessModel.cpp | 223 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 D | GtestMatchers.cpp | 37 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 444 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation() 643 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 531 REGISTER_MATCHER(ofClass); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6295 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument
|