Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp510 ConstructionContextMap; member in __anon8d78c9ed0411::CFGBuilder
782 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext()
1349 ConstructionContextMap.lookup(E)) { in consumeConstructionContext()
1356 ConstructionContextMap[E] = Layer; in consumeConstructionContext()
1478 assert(ConstructionContextMap.count(E) && in cleanupConstructionContext()
1480 ConstructionContextMap.erase(E); in cleanupConstructionContext()
1612 assert(ConstructionContextMap.empty() && in buildCFG()