Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp28 ofClass(cxxRecordDecl(isSameOrDerivedFrom( in getComparisonDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp310 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
507 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp154 ofClass(cxxRecordDecl( in CaptureMethods()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp491 REGISTER_MATCHER(ofClass); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5772 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument