Home
last modified time | relevance | path

Searched defs:IsScopedUsingClassTag (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5244 bool IsScopedUsingClassTag = false; ParseEnumSpecifier() local
/llvm-project/clang/lib/AST/
H A DDecl.cpp4844 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool IsScoped,bool IsScopedUsingClassTag,bool IsFixed) Create() argument