Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h48 void setIntValue(const ASTContext &C, const llvm::APInt &Val);
55 setIntValue(C, Val); in setValue()
65 setIntValue(C, Val.bitcastToAPInt()); in setValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp919 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue() function in APNumericStorage