Home
last modified time | relevance | path

Searched refs:VK_XValue (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DSpecifiers.h108 VK_XValue enumerator
/external/clang/lib/AST/
DExprClassification.cpp57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break; in ClassifyImpl()
96 case VK_XValue: in ClassifyExprValueKind()
DExprCXX.cpp1037 :Type->getType()->isRValueReferenceType()? VK_XValue in CXXUnresolvedConstructExpr()
DASTDumper.cpp1401 case VK_XValue: in VisitExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp41 case VK_XValue: in getResultType()
/external/clang/lib/Sema/
DSemaInit.cpp2503 case VK_XValue: S.Kind = SK_CastDerivedToBaseXValue; break; in AddDerivedToBaseCastStep()
2547 case VK_XValue: in AddQualificationConversionStep()
3287 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()
3472 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue; in TryReferenceInitializationCore()
5060 VK_XValue : in Perform()
5230 VK_XValue : in Perform()
DSemaStmt.cpp2255 Value->getType(), CK_NoOp, Value, VK_XValue); in PerformMoveOrCopyInitialization()
2290 CK_NoOp, Value, 0, VK_XValue); in PerformMoveOrCopyInitialization()
DSemaType.cpp4867 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
DSemaDeclCXX.cpp2744 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer()
9016 VK_XValue, &BasePath).take(); in DefineImplicitMoveAssignment()
/external/clang/include/clang/AST/
DExpr.h252 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue()
398 ? VK_LValue : VK_XValue)); in getValueKindForType()
DExprCXX.h3704 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary, in MaterializeTemporaryExpr()