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 | 92 IsScoped, // CodeView local type. enumerator 165 PROPERTY(Property, IsScoped);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 625 StringRef UniqueIdentifier = "", bool IsScoped = false);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 570 StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType() argument 574 IsScoped ? DINode::FlagEnumClass : DINode::FlagZero, Elements, in createEnumerationType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3899 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; } 3950 bool IsScoped, bool IsScopedUsingClassTag, 4045 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped()
|
H A D | DeclBase.h | 1594 uint64_t IsScoped : 1;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4847 EnumDecl *PrevDecl, bool IsScoped, in Create() argument 4850 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3587 bool IsScoped = Op >= AtomicExpr::AO__scoped_atomic_add_fetch && in BuildAtomicExpr() local 3732 if ((IsOpenCL || IsHIP || IsScoped) && in BuildAtomicExpr()
|
H A D | SemaDecl.cpp | 16711 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() argument 16714 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 3981 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,
|