Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp43 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp310 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
507 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp154 ofClass(cxxRecordDecl( in CaptureMethods()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp87 callee(cxxMethodDecl(ofClass(HasOverloadedArrow)))); in isSmartDereference()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp491 REGISTER_MATCHER(ofClass); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5784 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument