/external/clang/lib/Parse/ |
ParseExpr.cpp | 252 EnterExpressionEvaluationContext Unevaluated(Actions, 253 Sema::Unevaluated); [all...] |
ParseExprCXX.cpp | 607 // polymorphic class type [...] The expression is an unevaluated 613 EnterExpressionEvaluationContext Unevaluated(Actions, 672 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated); [all...] |
ParseDeclCXX.cpp | 630 // The operand of the decltype specifier is an unevaluated operand. 631 EnterExpressionEvaluationContext Unevaluated(Actions, 632 Sema::Unevaluated); [all...] |
/external/clang/lib/Sema/ |
TreeTransform.h | [all...] |
SemaTemplateInstantiateDecl.cpp | 70 EnterExpressionEvaluationContext Unevaluated(*this, 71 Sema::Unevaluated); 380 SemaRef.PushExpressionEvaluationContext(Sema::Unevaluated); 463 EnterExpressionEvaluationContext Unevaluated(SemaRef, Sema::Unevaluated); 591 EnterExpressionEvaluationContext Unevaluated(SemaRef, Sema::Unevaluated); 653 EnterExpressionEvaluationContext Unevaluated(SemaRef, 654 Sema::Unevaluated); [all...] |
SemaOverload.cpp | [all...] |
SemaExprMember.cpp | 148 // appears in an unevaluated operand. 151 bool isUnevaluatedExpression = (record.Context == Sema::Unevaluated); [all...] |
SemaExpr.cpp | [all...] |
SemaChecking.cpp | [all...] |
SemaExprCXX.cpp | 309 // polymorphic class type [...] [the] expression is an unevaluated 332 // If this is an unevaluated operand, clear out the set of 336 ExprEvalContexts.back().Context = Unevaluated; [all...] |
SemaDeclCXX.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 498 /// unevaluated operand (C++0x [expr]p8), such as a constant expression 502 Unevaluated, 510 /// be unevaluated, but it is impossible to tell from the lexical context. [all...] |