/external/clang/lib/Sema/ |
SemaTemplateDeduction.cpp | [all...] |
TreeTransform.h | [all...] |
SemaTemplateInstantiateDecl.cpp | 68 EnterExpressionEvaluationContext Unevaluated(S, Sema::ConstantEvaluated); 406 EnterExpressionEvaluationContext Unevaluated(SemaRef, 586 EnterExpressionEvaluationContext Unevaluated(SemaRef, 690 EnterExpressionEvaluationContext Unevaluated(SemaRef, [all...] |
SemaExprCXX.cpp | 380 // polymorphic class type [...] [the] expression is an unevaluated 745 // We don't need to capture this in an unevaluated context. [all...] |
SemaLambda.cpp | [all...] |
SemaOverload.cpp | [all...] |
SemaExprMember.cpp | 72 // unevaluated. 132 // appears in an unevaluated operand. 135 // in unevaluated inline assembly operands, like the operand to a SIZE. 139 case Sema::Unevaluated: [all...] |
SemaTemplate.cpp | [all...] |
SemaExpr.cpp | 719 // When an lvalue-to-rvalue conversion occurs in an unevaluated 742 /// when we're in an unevaluated context. [all...] |
/external/clang/test/SemaTemplate/ |
constexpr-instantiate.cpp | 79 namespace Unevaluated { 82 // unevaluated context.
|
/external/clang/lib/Parse/ |
ParseExpr.cpp | 199 EnterExpressionEvaluationContext Unevaluated(Actions, [all...] |
ParseTemplate.cpp | 660 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated); [all...] |
ParseExprCXX.cpp | [all...] |
ParseDecl.cpp | [all...] |
ParseDeclCXX.cpp | 728 // The operand of the decltype specifier is an unevaluated operand. 729 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated, [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 617 /// unevaluated operand (C++11 [expr]p7), such as the subexpression of 621 Unevaluated, 623 /// \brief The current expression occurs within an unevaluated 668 /// is indeed an unevaluated context. 710 return Context == Unevaluated || Context == UnevaluatedAbstract; [all...] |