Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp209 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()
232 cxxOperatorCallExpr(hasOverloadedOperatorName("->"), in findDirectMutation()
336 match(findAll(cxxOperatorCallExpr( in findReferenceMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp182 REGISTER_MATCHER(cxxOperatorCallExpr); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp689 cxxOperatorCallExpr; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1778 cxxOperatorCallExpr;
3820 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()