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

References

tools/clang/lib/AST/DeclPrinter.cpp
  693       case RQ_RValue:
tools/clang/lib/AST/Expr.cpp
  782       else if (Ref == RQ_RValue)
tools/clang/lib/AST/ItaniumMangle.cpp
 2378   case RQ_RValue:
tools/clang/lib/AST/JSONNodeDumper.cpp
  507   case RQ_RValue: JOS.attribute("refQualifier", "&&"); break;
tools/clang/lib/AST/MicrosoftMangle.cpp
 1703   case RQ_RValue:
tools/clang/lib/AST/TextNodeDumper.cpp
 1160   case RQ_RValue:
tools/clang/lib/AST/TypePrinter.cpp
  832   case RQ_RValue:
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1521   if (Func->getExtProtoInfo().RefQualifier == RQ_RValue)
 1628   if (Method->getRefQualifier() == RQ_RValue)
tools/clang/lib/Index/USRGeneration.cpp
  283     case RQ_RValue: Out << "&&"; break;
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1214       return CandidateRef == RQ_RValue ? OverloadCompare::Dominates
 1311           case RQ_RValue:
tools/clang/lib/Sema/SemaCoroutine.cpp
   87       T = FnType->getRefQualifier() == RQ_RValue
tools/clang/lib/Sema/SemaExprCXX.cpp
 5534     case RQ_RValue:
tools/clang/lib/Sema/SemaOverload.cpp
 5263   case RQ_RValue:
 5281   ICS.Standard.IsLvalueReference = Method->getRefQualifier() != RQ_RValue;
 5315                                                 RefQualifierKind::RQ_RValue);
 5344         Method->getRefQualifier() == RefQualifierKind::RQ_RValue;
tools/clang/lib/Sema/SemaStmt.cpp
 3096         if (cast<CXXMethodDecl>(FD)->getRefQualifier() != RQ_RValue)
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4704   if (Method->getRefQualifier() == RQ_RValue)
tools/clang/lib/Sema/SemaType.cpp
 1928   case RQ_RValue:
 4797                     : RQ_RValue;
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
   76     case RQ_RValue:
tools/clang/tools/libclang/CXType.cpp
 1082     case RQ_RValue: