Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp66 E->setValueKind(ValueKind); in removeLValueToRValueCast()
H A DSemaExpr.cpp6977 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
20712 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
20746 E->setValueKind(VK_LValue); in resolveDecl()
20806 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
20898 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
20979 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
21106 E->setValueKind(ValueKind); in resolveDecl()
H A DSema.cpp841 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaInit.cpp176 E->setValueKind(VK_PRValue); in updateStringLiteralType()
187 E->setValueKind(VK_PRValue); in updateGNUCompoundLiteralRValue()
8321 ILE->setValueKind(E->getValueKind()); in Perform()
H A DSemaHLSL.cpp2765 TheCall->setValueKind(VK_LValue); in CheckBuiltinFunctionCall()
H A DSemaChecking.cpp718 TheCall->setValueKind(Wrapper->getValueKind()); in buildWrapper()
845 BuiltinCall->setValueKind(CE->getValueKind()); in BuiltinCallWithStaticChain()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4519 setValueKind(getSelectedExpr()->getValueKind());
H A DExpr.h453 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp538 E->setValueKind(static_cast<ExprValueKind>( in VisitExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10038 ToE->setValueKind(FromE->getValueKind()); in Import()