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

References

tools/clang/lib/AST/ASTContext.cpp
 4449         Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation());
tools/clang/lib/AST/Expr.cpp
 1813     assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy));
 1813     assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy));
tools/clang/lib/Sema/SemaCast.cpp
   59         ValueKind(Expr::getValueKindForType(destType)),
 2002           Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr
tools/clang/lib/Sema/SemaExpr.cpp
 5947   TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
17545   E->setValueKind(Expr::getValueKindForType(DestType));
17633   E->setValueKind(Expr::getValueKindForType(DestType));
tools/clang/lib/Sema/SemaExprCXX.cpp
 1427         Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp,
 4972                           Expr::getValueKindForType(ArgTy)));
 5181                          Expr::getValueKindForType(LhsT));
 5234                         Expr::getValueKindForType(LhsT));
 5236                         Expr::getValueKindForType(RhsT));
 7231   ExprValueKind VK = Expr::getValueKindForType(ResultType);
tools/clang/lib/Sema/SemaExprObjC.cpp
 1637   VK = Expr::getValueKindForType(Method->getReturnType());
tools/clang/lib/Sema/SemaOverload.cpp
 7150   ExprValueKind VK = Expr::getValueKindForType(ConversionType);
12638       ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12956         ExprValueKind VK = Expr::getValueKindForType(ResultTy);
13223         ExprValueKind VK = Expr::getValueKindForType(ResultTy);
13325     ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType());
13499   ExprValueKind VK = Expr::getValueKindForType(ResultType);
13848   ExprValueKind VK = Expr::getValueKindForType(ResultTy);
13968   ExprValueKind VK = Expr::getValueKindForType(ResultTy);
14044   ExprValueKind VK = Expr::getValueKindForType(ResultTy);
tools/clang/lib/Sema/TreeTransform.h
 3244         Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc);