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.h92 IsScoped, // CodeView local type. enumerator
165 PROPERTY(Property, IsScoped);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h625 StringRef UniqueIdentifier = "", bool IsScoped = false);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp570 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 DDecl.h3899 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; }
3950 bool IsScoped, bool IsScopedUsingClassTag,
4045 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped()
H A DDeclBase.h1594 uint64_t IsScoped : 1;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4847 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
4850 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3587 bool IsScoped = Op >= AtomicExpr::AO__scoped_atomic_add_fetch && in BuildAtomicExpr() local
3732 if ((IsOpenCL || IsHIP || IsScoped) && in BuildAtomicExpr()
H A DSemaDecl.cpp16711 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 DSema.h3981 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,