Home
last modified time | relevance | path

Searched refs:ScopedUsingClassTag (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4781 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
4783 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
4788 setScopedUsingClassTag(ScopedUsingClassTag); in EnumDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3862 bool Scoped, bool ScopedUsingClassTag, bool Fixed);