Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4940 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
4942 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
4947 setScopedUsingClassTag(ScopedUsingClassTag); in EnumDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3996 bool Scoped, bool ScopedUsingClassTag, bool Fixed);