Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h92 IsScoped, // CodeView local type. enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp570 StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4847 EnumDecl *PrevDecl, bool IsScoped, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16711 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration()
H A DSemaChecking.cpp3587 bool IsScoped = Op >= AtomicExpr::AO__scoped_atomic_add_fetch && in BuildAtomicExpr() local