Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3960 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
3962 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
3967 setScopedUsingClassTag(ScopedUsingClassTag); in EnumDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3364 bool Scoped, bool ScopedUsingClassTag, bool Fixed);