Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp65 E->setValueKind(ValueKind); in removeLValueToRValueCast()
H A DSema.cpp520 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaExpr.cpp5741 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
16209 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
16243 E->setValueKind(VK_LValue); in resolveDecl()
16303 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
16394 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
16482 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
16610 E->setValueKind(ValueKind); in resolveDecl()
H A DSemaInit.cpp7815 ILE->setValueKind(E->getValueKind()); in Perform()
H A DSemaChecking.cpp335 BuiltinCall->setValueKind(CE->getValueKind()); in SemaBuiltinCallWithStaticChain()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp521 E->setValueKind(static_cast<ExprValueKind>(Record.readInt())); in VisitExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h422 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp7888 ToE->setValueKind(FromE->getValueKind()); in Import()