Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4361 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
4363 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
4368 setScopedUsingClassTag(ScopedUsingClassTag); in EnumDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3615 bool Scoped, bool ScopedUsingClassTag, bool Fixed);