Searched refs:IsScoped (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 100 IsScoped, // CodeView local type. enumerator 173 PROPERTY(Property, IsScoped);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 662 bool IsScoped, std::optional<uint32_t> EnumKind) { in createEnumerationType() argument 666 IsScoped ? DINode::FlagEnumClass : DINode::FlagZero, Elements, in createEnumerationType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 752 StringRef UniqueIdentifier = "", bool IsScoped = false,
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4017 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; } 4068 bool IsScoped, bool IsScopedUsingClassTag, 4163 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped()
|
| H A D | DeclBase.h | 1608 uint64_t IsScoped : 1;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 4958 EnumDecl *PrevDecl, bool IsScoped, in Create() argument 4961 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3975 bool IsScoped = Op >= AtomicExpr::AO__scoped_atomic_add_fetch && in BuildAtomicExpr() local 4128 if ((IsOpenCL || IsHIP || IsScoped) && in BuildAtomicExpr()
|
| H A D | SemaDecl.cpp | 17200 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() argument 17203 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4377 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,
|