Home
last modified time | relevance | path

Searched refs:IsScoped (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h100 IsScoped, // CodeView local type. enumerator
173 PROPERTY(Property, IsScoped);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp662 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 DDIBuilder.h752 StringRef UniqueIdentifier = "", bool IsScoped = false,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4017 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; }
4068 bool IsScoped, bool IsScopedUsingClassTag,
4163 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped()
H A DDeclBase.h1608 uint64_t IsScoped : 1;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4958 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
4961 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3975 bool IsScoped = Op >= AtomicExpr::AO__scoped_atomic_add_fetch && in BuildAtomicExpr() local
4128 if ((IsOpenCL || IsHIP || IsScoped) && in BuildAtomicExpr()
H A DSemaDecl.cpp17200 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 DSema.h4377 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,