Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h182 void initFromDeclaration(ValueDecl *D, QualType QT, bool IsDefaulted);
201 initFromDeclaration(D, QT, IsDefaulted);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp171 void TemplateArgument::initFromDeclaration(ValueDecl *D, QualType QT, in initFromDeclaration() function in TemplateArgument
251 initFromDeclaration(const_cast<ValueDecl *>(VD), Type, IsDefaulted); in TemplateArgument()