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

References

tools/clang/lib/AST/ParentMap.cpp
   59     M[BCO->getCommon()] = S;
   60     BuildParentMap(M, BCO->getCommon(), OV_Transparent);
   62     M[BCO->getCond()] = S;
   63     BuildParentMap(M, BCO->getCond(), OV_Opaque);
   65     M[BCO->getTrueExpr()] = S;
   66     BuildParentMap(M, BCO->getTrueExpr(), OV_Opaque);
   68     M[BCO->getFalseExpr()] = S;
   69     BuildParentMap(M, BCO->getFalseExpr(), OV_Transparent);