Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1380 if (const auto *OpCE = dyn_cast<CXXOperatorCallExpr>(CE)) { in getSimpleCall() local
1381 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
1384 return create<CXXMemberOperatorCall>(OpCE, State, LCtx); in getSimpleCall()