Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h580 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp553 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 DDecl.h3705 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; }
3756 bool IsScoped, bool IsScopedUsingClassTag,
3846 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped()
H A DDeclBase.h1498 uint64_t IsScoped : 1;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4506 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
4509 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15875 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 DSema.h3412 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,