Lines Matching refs:Semantic
2281 Expr *Semantic = E->getSemanticExpr(--i);
2283 // If the semantic is an opaque value, we're being asked to bind
2285 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
2286 Semantic = OVE->getSourceExpr();
2288 if (CFGBlock *B = Visit(Semantic))
2930 // CXXCatchStmt is more than just a label. They have semantic meaning