Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp132 return cxxOperatorCallExpr( in gtestThatInternal()
172 onImplicitObjectArgument(ignoringImplicit(cxxOperatorCallExpr( in gtestCallInternal()
H A DASTMatchersInternal.cpp893 cxxOperatorCallExpr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp105 return cxxOperatorCallExpr( in isOptionalOperatorCallWithName()
151 return cxxOperatorCallExpr( in isOptionalValueOrConversionAssignment()
160 return cxxOperatorCallExpr(hasOverloadedOperatorName("="), in isOptionalNulloptAssignment()
221 return cxxOperatorCallExpr( in isComparisonOperatorCall()
624 auto SmartPtrUse = expr(ignoringParenImpCasts(cxxOperatorCallExpr( in ignorableOptional()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp338 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()
379 const auto AsOperatorArrowThis = cxxOperatorCallExpr( in findDirectMutation()
575 findAll(cxxOperatorCallExpr( in findReferenceMutation()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp209 REGISTER_MATCHER(cxxOperatorCallExpr); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2063 cxxOperatorCallExpr;
5065 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
5126 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()