HomeSort by relevance Sort by last modified time
    Searched refs:Unevaluated (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Parse/
ParseExpr.cpp 257 EnterExpressionEvaluationContext Unevaluated(Actions,
    [all...]
ParseExprCXX.cpp     [all...]
ParseDeclCXX.cpp 679 // The operand of the decltype specifier is an unevaluated operand.
680 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated,
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaExprCXX.cpp 333 // polymorphic class type [...] [the] expression is an unevaluated
696 // We don't need to capture this in an unevaluated context.
697 if (ExprEvalContexts.back().Context == Unevaluated && !Explicit)
    [all...]
SemaTemplateInstantiateDecl.cpp 76 EnterExpressionEvaluationContext Unevaluated(*this,
414 EnterExpressionEvaluationContext Unevaluated(SemaRef,
544 EnterExpressionEvaluationContext Unevaluated(SemaRef,
649 EnterExpressionEvaluationContext Unevaluated(SemaRef,
    [all...]
SemaLambda.cpp 723 // A lambda-expression shall not appear in an unevaluated operand
727 case Unevaluated:
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp 505 // When an lvalue-to-rvalue conversion occurs in an unevaluated
514 ExprEvalContexts.back().Context != Unevaluated) {
562 // in an unevaluated context.
    [all...]
SemaExprMember.cpp 79 // unevaluated.
140 // appears in an unevaluated operand.
143 if (record.Context == Sema::Unevaluated)
    [all...]
SemaType.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 571 /// unevaluated operand (C++11 [expr]p7), such as the subexpression of
575 Unevaluated,
617 /// is indeed an unevaluated context.
    [all...]

Completed in 470 milliseconds