Searched refs:VK_XValue (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 114 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 | 697 ? VK_XValue in CXXDefaultInitExpr() 1069 :Type->getType()->isRValueReferenceType()? VK_XValue in CXXUnresolvedConstructExpr()
|
D | ASTDumper.cpp | 1859 case VK_XValue: in VisitExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 42 case VK_XValue: in getResultType()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 3138 case VK_XValue: S.Kind = SK_CastDerivedToBaseXValue; break; in AddDerivedToBaseCastStep() 3182 case VK_XValue: in AddQualificationConversionStep() 4082 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction() 4314 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue; in TryReferenceInitializationCore() 6410 VK_XValue : in Perform() 6615 VK_XValue : in Perform()
|
D | SemaStmt.cpp | 2794 CK_NoOp, Value, VK_XValue); in PerformMoveOrCopyInitialization() 2830 Value, nullptr, VK_XValue); in PerformMoveOrCopyInitialization()
|
D | SemaDeclCXX.cpp | 3395 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer() 10782 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath); in DefineImplicitMoveAssignment()
|
D | SemaType.cpp | 7301 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 638 assert(srcExpr->getValueKind() == VK_XValue); in tryEmitARCCopyWeakInit()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 249 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue() 396 ? VK_LValue : VK_XValue)); in getValueKindForType()
|
D | ExprCXX.h | 3987 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary, in MaterializeTemporaryExpr()
|