Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
HDUncheckedOptionalAccessModel.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-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDGtestMatchers.cpp42 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp394 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
592 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
HDUnsafeBufferUsage.cpp1012 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp528 REGISTER_MATCHER(ofClass); in RegistryMaps()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h6249 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument