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

Declarations

tools/clang/include/clang/AST/Type.h
 1993   bool isLValueReferenceType() const;

References

tools/clang/lib/AST/DeclCXX.cpp
 2509          getParamDecl(0)->getType()->isLValueReferenceType();
tools/clang/lib/AST/ExprCXX.cpp
  996            Ty->isLValueReferenceType() ? VK_LValue : Ty->isRValueReferenceType()
 1359            (TSI->getType()->isLValueReferenceType()
tools/clang/lib/AST/ExprClassification.cpp
  472   if (T->isLValueReferenceType())
tools/clang/lib/Analysis/BodyFarm.cpp
  259   } else if (Ty->isLValueReferenceType() &&
  263   } else if (Ty->isLValueReferenceType()
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  262     if (Type->isLValueReferenceType())
  368     if (VD->getType()->isLValueReferenceType())
  373         AllEscaped = VD->getType()->isLValueReferenceType();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  346   if (T->isLValueReferenceType())
  521       if (ArgLVal.getType()->isLValueReferenceType()) {
tools/clang/lib/Sema/SemaCast.cpp
  770   } else if (DestReference->isLValueReferenceType()) {
 2851         DestType->isLValueReferenceType()))
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1170     if (!Src->getType()->isLValueReferenceType())
tools/clang/lib/Sema/SemaExprCXX.cpp
 4522     return T->isLValueReferenceType();
tools/clang/lib/Sema/SemaInit.cpp
 4557            Conv->getConversionType()->isLValueReferenceType())) {
 4594   if (cv3T3->isLValueReferenceType())
 4704   bool isLValueRef = DestType->isLValueReferenceType();
 8011           Step->Type, CurInit.get(), Entity.getType()->isLValueReferenceType());
 8211         else if ((*ResultType)->isLValueReferenceType())
tools/clang/lib/Sema/SemaOverload.cpp
 4528           (!RefType->isLValueReferenceType() &&
 5079       SCS.IsLvalueReference = ToType->isLValueReferenceType();
10090     } else if (ToTy->isLValueReferenceType() && !FromExpr->isLValue() &&
tools/clang/lib/Sema/SemaPseudoObject.cpp
  884   if (!resultType->isLValueReferenceType()) return false;
tools/clang/lib/Sema/SemaStmt.cpp
 3186         if (QT->isLValueReferenceType()) {
tools/clang/lib/Sema/SemaTemplate.cpp
 6427         ParamType->isLValueReferenceType() ? VK_LValue :
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 1271       if ((ParamRef->isLValueReferenceType() &&
 1272            !ArgRef->isLValueReferenceType()) ||
 1318       if (isForwardingReference(Param, 0) && Arg->isLValueReferenceType())
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  143   if (alignTowards->isLValueReferenceType() &&
  147   } else if (alignTowards->isLValueReferenceType())
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  263   if (T->isLValueReferenceType()) {
  264     assert(!CastE->getType()->isLValueReferenceType());