Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1460 void setIntValue(const ASTContext &C, const llvm::APInt &Val);
1467 setIntValue(C, Val); in setValue()
1477 setIntValue(C, Val.bitcastToAPInt()); in setValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp864 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue() function in APNumericStorage