Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp67 E->setValueKind(ValueKind); in removeLValueToRValueCast()
H A DSema.cpp706 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaExpr.cpp7635 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
21219 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
21253 E->setValueKind(VK_LValue); in resolveDecl()
21313 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
21404 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
21485 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
21612 E->setValueKind(ValueKind); in resolveDecl()
H A DSemaInit.cpp175 E->setValueKind(VK_PRValue); in updateStringLiteralType()
186 E->setValueKind(VK_PRValue); in updateGNUCompoundLiteralRValue()
9105 ILE->setValueKind(E->getValueKind()); in Perform()
H A DSemaChecking.cpp691 TheCall->setValueKind(Wrapper->getValueKind()); in buildWrapper()
818 BuiltinCall->setValueKind(CE->getValueKind()); in SemaBuiltinCallWithStaticChain()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp536 E->setValueKind(static_cast<ExprValueKind>( in VisitExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h449 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9565 ToE->setValueKind(FromE->getValueKind()); in Import()