Searched refs:CanonE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h145 const Expr &CanonE = ignoreCFGOmittedNodes(E); local
146 assert(ExprToLoc.find(&CanonE) == ExprToLoc.end());
147 ExprToLoc[&CanonE] = &Loc;
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp592 const Expr &CanonE = ignoreCFGOmittedNodes(E); local
593 assert(ExprToLoc.find(&CanonE) == ExprToLoc.end());
594 ExprToLoc[&CanonE] = &Loc;

Completed in 122 milliseconds