Searched refs:IsScoped (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 580 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 553 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType() argument 557 IsScoped ? DINode::FlagEnumClass : DINode::FlagZero, Elements, 0, nullptr, in createEnumerationType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 3705 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; } 3756 bool IsScoped, bool IsScopedUsingClassTag, 3846 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped()
|
| H A D | DeclBase.h | 1498 uint64_t IsScoped : 1;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Decl.cpp | 4506 EnumDecl *PrevDecl, bool IsScoped, in Create() argument 4509 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 15875 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() argument 15878 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3412 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,
|