Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp107 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalOperatorCallWithName()
153 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalValueOrConversionAssignment()
161 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalNulloptAssignment()
186 ofClass(optionalClass()))), in isValueOrStringEmptyCall()
197 ofClass(optionalClass()))), in isValueOrNotEqX()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp42 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp382 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
577 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
H A DUnsafeBufferUsage.cpp743 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp154 ofClass(cxxRecordDecl( in CaptureMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp527 REGISTER_MATCHER(ofClass); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6225 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument