Home | History | Annotate | Download | only in Sema

Lines Matching refs:semantic

1 //===--- SemaPseudoObject.cpp - Semantic Analysis for Pseudo-Objects ------===//
10 // This file implements semantic analysis for expressions involving
170 /// Add a normal semantic expression.
171 void addSemanticExpr(Expr *semantic) {
172 Semantics.push_back(semantic);
175 /// Add the 'result' semantic expression.
312 // and set the new semantic
319 // Otherwise, it must already be one of our semantic expressions;