Home
last modified time | relevance | path

Searched refs:setIntValue (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1257 void setIntValue(const ASTContext &C, const llvm::APInt &Val);
1264 setIntValue(C, Val); in setValue()
1274 setIntValue(C, Val.bitcastToAPInt()); in setValue()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp697 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue() function in APNumericStorage