Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1484 void setIntValue(const ASTContext &C, const llvm::APInt &Val);
1491 setIntValue(C, Val); in setValue()
1501 setIntValue(C, Val.bitcastToAPInt()); in setValue()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp955 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue() function in APNumericStorage