Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1287 void setIntValue(const ASTContext &C, const llvm::APInt &Val);
1294 setIntValue(C, Val); in setValue()
1304 setIntValue(C, Val.bitcastToAPInt()); in setValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp763 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue() function in APNumericStorage