Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp65 E->setValueKind(ValueKind); in removeLValueToRValueCast()
H A DSema.cpp668 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaExpr.cpp6811 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
19159 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
19193 E->setValueKind(VK_LValue); in resolveDecl()
19253 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
19344 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
19432 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
19558 E->setValueKind(ValueKind); in resolveDecl()
H A DSemaInit.cpp154 E->setValueKind(VK_PRValue); in updateStringLiteralType()
176 E->setValueKind(VK_PRValue); in updateGNUCompoundLiteralRValue()
8531 ILE->setValueKind(E->getValueKind()); in Perform()
H A DSemaChecking.cpp401 BuiltinCall->setValueKind(CE->getValueKind()); in SemaBuiltinCallWithStaticChain()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp544 E->setValueKind(static_cast<ExprValueKind>(Record.readInt())); in VisitExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h447 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8693 ToE->setValueKind(FromE->getValueKind()); in Import()