Home
last modified time | relevance | path

Searched refs:cxxOperatorCallExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp267 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()
307 const auto AsOperatorArrowThis = cxxOperatorCallExpr( in findDirectMutation()
505 match(findAll(cxxOperatorCallExpr( in findReferenceMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp200 REGISTER_MATCHER(cxxOperatorCallExpr); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1987 cxxOperatorCallExpr;
4700 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
4761 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp872 cxxOperatorCallExpr; variable