Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Semantic

2568     Expr *Semantic = E->getSemanticExpr(--i);
2570 // If the semantic is an opaque value, we're being asked to bind
2572 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
2573 Semantic = OVE->getSourceExpr();
2575 if (CFGBlock *B = Visit(Semantic))
3216 // CXXCatchStmt is more than just a label. They have semantic meaning