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.cpp180 void TemplateArgument::initFromIntegral(const ASTContext &Ctx, in initFromIntegral() function in TemplateArgument
213 initFromIntegral(Ctx, Value, Type, IsDefaulted); in TemplateArgument()
245 initFromIntegral(Ctx, V.getInt(), Type, IsDefaulted); in TemplateArgument()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h183 void initFromIntegral(const ASTContext &Ctx, const llvm::APSInt &Value,