Home
last modified time | relevance | path

Searched refs:setValueKind (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp65 E->setValueKind(ValueKind); in removeLValueToRValueCast()
H A DSema.cpp690 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaExpr.cpp7090 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
20087 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
20121 E->setValueKind(VK_LValue); in resolveDecl()
20181 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
20272 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
20353 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
20480 E->setValueKind(ValueKind); in resolveDecl()
H A DSemaInit.cpp154 E->setValueKind(VK_PRValue); in updateStringLiteralType()
176 E->setValueKind(VK_PRValue); in updateGNUCompoundLiteralRValue()
8600 ILE->setValueKind(E->getValueKind()); in Perform()
H A DSemaChecking.cpp626 TheCall->setValueKind(Wrapper->getValueKind()); in buildWrapper()
748 BuiltinCall->setValueKind(CE->getValueKind()); in SemaBuiltinCallWithStaticChain()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp529 E->setValueKind(static_cast<ExprValueKind>(Record.readInt())); in VisitExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h447 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9073 ToE->setValueKind(FromE->getValueKind()); in Import()