Searched refs:setValueKind (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSema.cpp349 ImpCast->setValueKind(VK);
H A DSemaExpr.cpp4738 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
12982 E->setValueKind(SubExpr->getValueKind());
13016 E->setValueKind(VK_LValue);
13076 E->setValueKind(SubExpr->getValueKind());
13160 E->setValueKind(Expr::getValueKindForType(DestType));
13248 E->setValueKind(Expr::getValueKindForType(DestType));
13343 E->setValueKind(ValueKind);
H A DSemaInit.cpp6148 ILE->setValueKind(E->getValueKind());
/external/clang/include/clang/AST/
H A DExpr.h418 /// setValueKind - Set the value kind produced by this expression.
419 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } function in class:clang::Expr
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp417 E->setValueKind(static_cast<ExprValueKind>(Record[Idx++]));

Completed in 2797 milliseconds