Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp67 E->setValueKind(ValueKind); in removeLValueToRValueCast()
H A DSema.cpp768 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaExpr.cpp6839 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
20219 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
20253 E->setValueKind(VK_LValue); in resolveDecl()
20313 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
20404 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
20485 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
20612 E->setValueKind(ValueKind); in resolveDecl()
H A DSemaInit.cpp178 E->setValueKind(VK_PRValue); in updateStringLiteralType()
189 E->setValueKind(VK_PRValue); in updateGNUCompoundLiteralRValue()
8052 ILE->setValueKind(E->getValueKind()); in Perform()
H A DSemaChecking.cpp720 TheCall->setValueKind(Wrapper->getValueKind()); in buildWrapper()
847 BuiltinCall->setValueKind(CE->getValueKind()); in BuiltinCallWithStaticChain()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4408 setValueKind(getSelectedExpr()->getValueKind());
H A DExpr.h454 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp536 E->setValueKind(static_cast<ExprValueKind>( in VisitExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9659 ToE->setValueKind(FromE->getValueKind()); in Import()