Home
last modified time | relevance | path

Searched defs:IsDefaulted (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp172 DeclArg.IsDefaulted = IsDefaulted; in initFromDeclaration() argument
165 initFromType(QualType T,bool IsNullPtr,bool IsDefaulted) initFromType() argument
182 initFromIntegral(const ASTContext & Ctx,const llvm::APSInt & Value,QualType Type,bool IsDefaulted) initFromIntegral() argument
202 initFromStructural(const ASTContext & Ctx,QualType Type,const APValue & V,bool IsDefaulted) initFromStructural() argument
212 TemplateArgument(const ASTContext & Ctx,const llvm::APSInt & Value,QualType Type,bool IsDefaulted) TemplateArgument() argument
243 TemplateArgument(const ASTContext & Ctx,QualType Type,const APValue & V,bool IsDefaulted) TemplateArgument() argument
[all...]
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1831 TEST_P(ASTMatchersTest, IsDefaulted) { in TEST_P() argument