Searched refs:ofClass (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 107 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 D | GtestMatchers.cpp | 42 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 382 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation() 577 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
|
| H A D | UnsafeBufferUsage.cpp | 743 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 154 ofClass(cxxRecordDecl( in CaptureMethods()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 527 REGISTER_MATCHER(ofClass); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6225 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument
|