Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4539 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
4541 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
4546 setScopedUsingClassTag(ScopedUsingClassTag); in EnumDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3756 bool Scoped, bool ScopedUsingClassTag, bool Fixed);