Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp469 InfoEntry findInfo(const Expr *E) { in findInfo() function in clang::consumed::ConsumedStmtVisitor
476 ConstInfoEntry findInfo(const Expr *E) const { in findInfo() function in clang::consumed::ConsumedStmtVisitor
520 ConstInfoEntry Entry = findInfo(StmtNode); in getInfo()
537 InfoEntry Entry = findInfo(From); in forwardInfo()
546 InfoEntry Entry = findInfo(From); in copyInfo()
559 InfoEntry Entry = findInfo(From); in getInfo()
569 InfoEntry Entry = findInfo(To); in setInfo()
626 InfoEntry Entry = findInfo(Call->getArg(Index)); in handleCall()
661 InfoEntry Entry = findInfo(ObjArg); in handleCall()
705 InfoEntry LEntry = findInfo(BinOp->getLHS()), in VisitBinaryOperator()
[all …]