Searched refs:ofClass (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 193 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalOperatorCallWithName() 239 callee(cxxMethodDecl(ofClass(optionalOrDerivedClass()))), in isOptionalValueOrConversionAssignment() 248 callee(cxxMethodDecl(ofClass(optionalOrDerivedClass()))), in isOptionalNulloptAssignment() 274 ofClass(optionalClass()))), in isValueOrStringEmptyCall() 285 ofClass(optionalClass()))), in isValueOrNotEqX()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 394 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation() 592 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
|
H A D | UnsafeBufferUsage.cpp | 1012 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 528 REGISTER_MATCHER(ofClass); in RegistryMaps()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6249 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument
|