Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DCFG.cpp509 ConstructionContextMap; member in __anon875bb5ad0411::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()