Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp193 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 DExprMutationAnalyzer.cpp394 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
592 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
H A DUnsafeBufferUsage.cpp1012 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp528 REGISTER_MATCHER(ofClass); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6249 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument