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

References

tools/clang/lib/Analysis/CFG.cpp
 1343   assert((isa<CXXConstructExpr>(E) || isa<CallExpr>(E) ||
 1343   assert((isa<CXXConstructExpr>(E) || isa<CallExpr>(E) ||
 1344           isa<ObjCMessageExpr>(E)) && "Expression cannot construct an object!");
 1346           ConstructionContextMap.lookup(E)) {
 1353     ConstructionContextMap[E] = Layer;