Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h539 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp517 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType() argument
521 IsScoped ? DINode::FlagEnumClass : DINode::FlagZero, Elements, 0, nullptr, in createEnumerationType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3610 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; }
3661 bool IsScoped, bool IsScopedUsingClassTag,
3747 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped()
H A DDeclBase.h1463 uint64_t IsScoped : 1;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4386 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
4389 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp15203 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() argument
15206 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3170 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,