reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 1994   bool isRValueReferenceType() const;

References

tools/clang/lib/AST/DeclCXX.cpp
 1047       if (T->isRValueReferenceType())
 2514     getParamDecl(0)->getType()->isRValueReferenceType();
tools/clang/lib/AST/ExprCXX.cpp
  996            Ty->isLValueReferenceType() ? VK_LValue : Ty->isRValueReferenceType()
 1361                 : TSI->getType()->isRValueReferenceType() ? VK_XValue
tools/clang/lib/Analysis/BodyFarm.cpp
  256   if (Ty->isRValueReferenceType()) {
tools/clang/lib/Analysis/Consumed.cpp
  182   return ParamType->isRValueReferenceType();
tools/clang/lib/Sema/SemaCast.cpp
 1363   bool RValueRef = DestReference->isRValueReferenceType();
tools/clang/lib/Sema/SemaCoroutine.cpp
 1544         PD->getType()->isRValueReferenceType())
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4585   return Referenced->getType()->isRValueReferenceType();
 7540     if (FieldType->isRValueReferenceType()) {
14276   if (!ExDeclType->isDependentType() && ExDeclType->isRValueReferenceType()) {
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  133     if (RT->isRValueReferenceType()) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 4524     return T->isRValueReferenceType();
tools/clang/lib/Sema/SemaInit.cpp
 4256     if (DestType->isRValueReferenceType() ||
 8209         if ((*ResultType)->isRValueReferenceType())
tools/clang/lib/Sema/SemaOverload.cpp
 4503       if (!ConvTemplate && DeclType->isRValueReferenceType()) {
 4618   bool isRValRef = DeclType->isRValueReferenceType();
 4842     if (DeclType->isRValueReferenceType() && LValRefType) {
 5074     if (ToType->isRValueReferenceType() ||
 7187     if (ToType->isRValueReferenceType() &&
10701       << Fn->getParamDecl(0)->getType()->isRValueReferenceType();
tools/clang/lib/Sema/SemaTemplate.cpp
 6428         ParamType->isRValueReferenceType() ? VK_XValue : VK_RValue);
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  149   else if (alignTowards->isRValueReferenceType())
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  266     if (Sym->getType()->isRValueReferenceType())
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  266   } else if (T->isRValueReferenceType()) {
  267     assert(!CastE->getType()->isRValueReferenceType());