Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Semantic

2075     Expr *Semantic = E->getSemanticExpr(--i);
2077 // If the semantic is an opaque value, we're being asked to bind
2079 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
2080 Semantic = OVE->getSourceExpr();
2082 if (CFGBlock *B = Visit(Semantic))
2716 // CXXCatchStmt is more than just a label. They have semantic meaning