Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1463 void setIntValue(const ASTContext &C, const llvm::APInt &Val);
1470 setIntValue(C, Val); in setValue()
1480 setIntValue(C, Val.bitcastToAPInt()); in setValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp798 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue() function in APNumericStorage