Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4488 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
4490 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
4495 setScopedUsingClassTag(ScopedUsingClassTag); in EnumDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3684 bool Scoped, bool ScopedUsingClassTag, bool Fixed);