Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4829 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
4831 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
4836 setScopedUsingClassTag(ScopedUsingClassTag); in EnumDecl()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3878 bool Scoped, bool ScopedUsingClassTag, bool Fixed);