Searched refs:IsDefaulted (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 117 unsigned IsDefaulted : 1; 125 unsigned IsDefaulted : 1; 145 unsigned IsDefaulted : 1; 153 unsigned IsDefaulted : 1; 161 unsigned IsDefaulted : 1; 169 unsigned IsDefaulted : 1; 195 initFromType(T, isNullPtr, IsDefaulted); 233 TemplateArg.IsDefaulted = IsDefaulted; 255 TemplateArg.IsDefaulted = IsDefaulted; 270 TypeOrValue.IsDefaulted = IsDefaulted; [all …]
|
| H A D | DeclBase.h | 1739 uint64_t IsDefaulted : 1;
|
| H A D | Decl.h | 2322 bool isDefaulted() const { return FunctionDeclBits.IsDefaulted; } in isDefaulted() 2323 void setDefaulted(bool D = true) { FunctionDeclBits.IsDefaulted = D; }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 165 bool IsDefaulted) { in initFromType() argument 167 TypeOrValue.IsDefaulted = IsDefaulted; in initFromType() 172 bool IsDefaulted) { in initFromDeclaration() argument 175 DeclArg.IsDefaulted = IsDefaulted; in initFromDeclaration() 184 Integer.IsDefaulted = IsDefaulted; in initFromIntegral() 204 Value.IsDefaulted = IsDefaulted; in initFromStructural() 212 bool IsDefaulted) { in TemplateArgument() argument 213 initFromIntegral(Ctx, Value, Type, IsDefaulted); in TemplateArgument() 240 initFromIntegral(Ctx, V.getInt(), Type, IsDefaulted); in TemplateArgument() 243 initFromType(Type, /*isNullPtr=*/true, IsDefaulted); in TemplateArgument() [all …]
|
| H A D | Decl.cpp | 3049 FunctionDeclBits.IsDefaulted = false; in FunctionDecl()
|