Home
last modified time | relevance | path

Searched defs:IsScoped (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h92 IsScoped, // CodeView local type. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp543 createEnumerationType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINodeArray Elements,DIType * UnderlyingType,unsigned RunTimeLang,StringRef UniqueIdentifier,bool IsScoped) createEnumerationType() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4799 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool IsScoped,bool IsScopedUsingClassTag,bool IsFixed) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16935 CheckEnumRedeclaration(SourceLocation EnumLoc,bool IsScoped,QualType EnumUnderlyingTy,bool IsFixed,const EnumDecl * Prev) CheckEnumRedeclaration() argument
H A DSemaChecking.cpp7875 bool IsScoped = Op >= AtomicExpr::AO__scoped_atomic_load && BuildAtomicExpr() local