Searched refs:VK_XValue (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 108 VK_XValue enumerator
|
/external/clang/lib/AST/ |
D | ExprClassification.cpp | 57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break; in ClassifyImpl() 96 case VK_XValue: in ClassifyExprValueKind()
|
D | ExprCXX.cpp | 1037 :Type->getType()->isRValueReferenceType()? VK_XValue in CXXUnresolvedConstructExpr()
|
D | ASTDumper.cpp | 1401 case VK_XValue: in VisitExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 41 case VK_XValue: in getResultType()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2503 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()
|
D | SemaStmt.cpp | 2255 Value->getType(), CK_NoOp, Value, VK_XValue); in PerformMoveOrCopyInitialization() 2290 CK_NoOp, Value, 0, VK_XValue); in PerformMoveOrCopyInitialization()
|
D | SemaType.cpp | 4867 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
|
D | SemaDeclCXX.cpp | 2744 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer() 9016 VK_XValue, &BasePath).take(); in DefineImplicitMoveAssignment()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 252 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue() 398 ? VK_LValue : VK_XValue)); in getValueKindForType()
|
D | ExprCXX.h | 3704 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary, in MaterializeTemporaryExpr()
|