Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1344 if (const auto *OpCE = dyn_cast<CXXOperatorCallExpr>(CE)) { in getSimpleCall() local
1345 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
1348 return create<CXXMemberOperatorCall>(OpCE, State, LCtx); in getSimpleCall()