Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp176 void TemplateArgument::initFromIntegral(const ASTContext &Ctx, in initFromIntegral() function in TemplateArgument
209 initFromIntegral(Ctx, Value, Type, IsDefaulted); in TemplateArgument()
241 initFromIntegral(Ctx, V.getInt(), Type, IsDefaulted); in TemplateArgument()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h185 void initFromIntegral(const ASTContext &Ctx, const llvm::APSInt &Value,