Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp488 ConstructionContextMap; member in __anon15de256c0411::CFGBuilder
512 ConstructionContextMap(), BuildOpts(buildOpts) {} in CFGBuilder()
749 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext()
1277 ConstructionContextMap.lookup(E)) { in consumeConstructionContext()
1284 ConstructionContextMap[E] = Layer; in consumeConstructionContext()
1390 assert(ConstructionContextMap.count(E) && in cleanupConstructionContext()
1392 ConstructionContextMap.erase(E); in cleanupConstructionContext()
1480 assert(ConstructionContextMap.empty() && in buildCFG()