Home
last modified time | relevance | path

Searched defs:TypenameLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2022 SourceLocation TypenameLoc = ConsumeToken(); TryAnnotateTypeOrScopeToken() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3219 SourceLocation TypenameLoc; global() member
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3252 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,SourceLocation TypenameLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TargetNameLoc,DeclarationName TargetName,SourceLocation EllipsisLoc) Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3965 UnresolvedUsingTypenameDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation TypenameLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TargetNameLoc,IdentifierInfo * TargetName,SourceLocation EllipsisLoc) UnresolvedUsingTypenameDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp11033 ActOnTypenameType(Scope * S,SourceLocation TypenameLoc,const CXXScopeSpec & SS,const IdentifierInfo & II,SourceLocation IdLoc,ImplicitTypenameContext IsImplicitTypename) ActOnTypenameType() argument
11064 ActOnTypenameType(Scope * S,SourceLocation TypenameLoc,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy TemplateIn,IdentifierInfo * TemplateII,SourceLocation TemplateIILoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc) ActOnTypenameType() argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp3472 SourceLocation TypenameLoc = TD ? TD->getTypenameLoc() : SourceLocation(); instantiateUnresolvedUsingDecl() local
H A DSemaDeclCXX.cpp12280 ActOnUsingDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,SourceLocation TypenameLoc,CXXScopeSpec & SS,UnqualifiedId & Name,SourceLocation EllipsisLoc,const ParsedAttributesView & AttrList) ActOnUsingDeclaration() argument
12834 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