Searched defs:TypenameLoc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1878 SourceLocation TypenameLoc = ConsumeToken(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3166 SourceLocation TypenameLoc = TD ? TD->getTypenameLoc() : SourceLocation(); local
H A DSemaTemplate.cpp10373 Sema::ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, argument
10397 ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateIn, IdentifierInfo *TemplateII, SourceLocation TemplateIILoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3714 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName, SourceLocation EllipsisLoc) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3044 SourceLocation TypenameLoc; member in struct:clang::UsingDeclarator

Completed in 282 milliseconds