reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/CFG.cpp
 1365   auto withExtraLayer = [this, Layer](const ConstructionContextItem &Item) {
 1367                                             Layer);
 1379     consumeConstructionContext(Layer, CE);
 1392       consumeConstructionContext(Layer, E);
 1397     findConstructionContexts(Layer, Cleanups->getSubExpr());
 1402     findConstructionContexts(Layer, Cast->getSubExpr());
 1411       findConstructionContexts(Layer, Cast->getSubExpr());
 1428     if (Layer->getItem().getKind() ==
 1437     if (Layer->getItem().getKind() !=
 1447     findConstructionContexts(Layer, CO->getLHS());
 1448     findConstructionContexts(Layer, CO->getRHS());
 1454       findConstructionContexts(Layer, ILE->getInit(0));