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

Declarations

tools/clang/include/clang/AST/Type.h
  933   QualType getNonLValueExprType(const ASTContext &Context) const;

References

tools/clang/include/clang/AST/Type.h
 3675     return getReturnType().getNonLValueExprType(Context);
tools/clang/lib/AST/ASTContext.cpp
 4448         NTTP->getType().getNonLValueExprType(*this),
tools/clang/lib/AST/DeclObjC.cpp
 1164   return getReturnType().getNonLValueExprType(Ctx)
 1171   return getReturnType().getNonLValueExprType(getASTContext())
tools/clang/lib/AST/ExprCXX.cpp
  995     : Expr(CXXDefaultInitExprClass, Ty.getNonLValueExprType(Ctx),
tools/clang/lib/Sema/SemaCast.cpp
   58         ResultType(destType.getNonLValueExprType(S.Context)),
tools/clang/lib/Sema/SemaExpr.cpp
 8660     QualType Ty = LHSType.getNonLValueExprType(Context);
14541   QualType T = TInfo->getType().getNonLValueExprType(Context);
17544   E->setType(DestType.getNonLValueExprType(S.Context));
tools/clang/lib/Sema/SemaExprCXX.cpp
 4305     From = ImpCastExprToType(From, ToType.getNonLValueExprType(Context), CK, VK,
 4971                           ArgTy.getNonLValueExprType(S.Context),
 5180     OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context),
 5233     OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context),
 5235     OpaqueValueExpr Rhs(KeyLoc, RhsT.getNonLValueExprType(Self.Context),
 5643   TTy = TTy.getNonLValueExprType(Self.Context);
 7232   ResultType = ResultType.getNonLValueExprType(Context);
tools/clang/lib/Sema/SemaInit.cpp
 1180       ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
 3047     ResultType = ResultType.getNonLValueExprType(SemaRef.Context);
 4598   cv3T3 = cv3T3.getNonLValueExprType(S.Context);
 5459       ResultType = Initializer->getType().getNonLValueExprType(S.Context);
 6433         Entity.getType().getNonLValueExprType(S.Context), TSInfo,
 8320             Entity.getType().getNonLValueExprType(S.Context), TSInfo,
tools/clang/lib/Sema/SemaOpenMP.cpp
 3066           SemaRef, VD, VD->getType().getNonLValueExprType(SemaRef.Context),
 6493                                  Var->getType().getNonLValueExprType(Context),
11225         VD->getType().getNonLValueExprType(S.getASTContext());
13340     Type = Type.getNonLValueExprType(Context).getUnqualifiedType();
tools/clang/lib/Sema/SemaOverload.cpp
 7155   QualType CallResultType = ConversionType.getNonLValueExprType(Context);
12639       ResultTy = ResultTy.getNonLValueExprType(Context);
12957         ResultTy = ResultTy.getNonLValueExprType(Context);
13224         ResultTy = ResultTy.getNonLValueExprType(Context);
13500   ResultType = ResultType.getNonLValueExprType(Context);
13849   ResultTy = ResultTy.getNonLValueExprType(Context);
13969   ResultTy = ResultTy.getNonLValueExprType(Context);
14045   ResultTy = ResultTy.getNonLValueExprType(Context);
tools/clang/lib/Sema/SemaTemplate.cpp
 6390       !Context.hasSameType(ParamType.getNonLValueExprType(Context),
 6426         Arg, ParamType.getNonLValueExprType(Context), CK_Dependent,
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1291           TargetType.getNonLValueExprType(SemaRef.Context),
tools/clang/lib/Sema/TreeTransform.h
12021             VD, VD->getType().getNonLValueExprType(getSema().Context),