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

References

tools/clang/lib/AST/ASTImporter.cpp
 8144     ToE->setValueKind(FromE->getValueKind());
tools/clang/lib/Sema/Sema.cpp
  550       ImpCast->setValueKind(VK);
tools/clang/lib/Sema/SemaChecking.cpp
  304   BuiltinCall->setValueKind(CE->getValueKind());
tools/clang/lib/Sema/SemaExpr.cpp
 5947   TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
17360       E->setValueKind(SubExpr->getValueKind());
17394         E->setValueKind(VK_LValue);
17454       E->setValueKind(SubExpr->getValueKind());
17545   E->setValueKind(Expr::getValueKindForType(DestType));
17633   E->setValueKind(Expr::getValueKindForType(DestType));
17759   E->setValueKind(ValueKind);
tools/clang/lib/Sema/SemaInit.cpp
  148     E->setValueKind(VK_RValue);
  170     E->setValueKind(VK_RValue);
 8266       ILE->setValueKind(E->getValueKind());
tools/clang/lib/Sema/SemaStmtAsm.cpp
   64     E->setValueKind(ValueKind);
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  528   E->setValueKind(static_cast<ExprValueKind>(Record.readInt()));