Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp65 E->setValueKind(ValueKind); in removeLValueToRValueCast()
H A DSema.cpp623 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaExpr.cpp6748 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
18983 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
19017 E->setValueKind(VK_LValue); in resolveDecl()
19077 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()
19168 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
19256 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
19382 E->setValueKind(ValueKind); in resolveDecl()
H A DSemaInit.cpp154 E->setValueKind(VK_RValue); in updateStringLiteralType()
176 E->setValueKind(VK_RValue); in updateGNUCompoundLiteralRValue()
8530 ILE->setValueKind(E->getValueKind()); in Perform()
H A DSemaChecking.cpp401 BuiltinCall->setValueKind(CE->getValueKind()); in SemaBuiltinCallWithStaticChain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp544 E->setValueKind(static_cast<ExprValueKind>(Record.readInt())); in VisitExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h449 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8564 ToE->setValueKind(FromE->getValueKind()); in Import()