Searched defs:HasTypenameKeyword (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12551 UsingValidatorCCC(bool HasTypenameKeyword,bool IsInstantiation,NestedNameSpecifier * NNS,CXXRecordDecl * RequireMemberOf) UsingValidatorCCC() argument 12624 bool HasTypenameKeyword; global() member in __anon47e04d133011::UsingValidatorCCC 12651 BuildUsingDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,bool HasTypenameKeyword,SourceLocation TypenameLoc,CXXScopeSpec & SS,DeclarationNameInfo NameInfo,SourceLocation EllipsisLoc,const ParsedAttributesView & AttrList,bool IsInstantiation,bool IsUsingIfExists) BuildUsingDeclaration() argument 13003 CheckUsingDeclRedeclaration(SourceLocation UsingLoc,bool HasTypenameKeyword,const CXXScopeSpec & SS,SourceLocation NameLoc,const LookupResult & Prev) CheckUsingDeclRedeclaration() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3525 UsingDecl(DeclContext * DC,SourceLocation UL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool HasTypenameKeyword) UsingDecl() argument
|