Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp509 ConstructionContextMap; member in __anon654da8e80411::CFGBuilder
533 ConstructionContextMap(), BuildOpts(buildOpts) {} in CFGBuilder()
778 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext()
1345 ConstructionContextMap.lookup(E)) { in consumeConstructionContext()
1352 ConstructionContextMap[E] = Layer; in consumeConstructionContext()
1467 assert(ConstructionContextMap.count(E) && in cleanupConstructionContext()
1469 ConstructionContextMap.erase(E); in cleanupConstructionContext()
1601 assert(ConstructionContextMap.empty() && in buildCFG()