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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1482 SourceLocation TypenameLoc = ConsumeToken(); local
H A DParseDeclCXX.cpp453 SourceLocation TypenameLoc; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1994 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2910 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp6943 Sema::ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, argument
6979 ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateIn, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
[all...]
H A DSemaDeclCXX.cpp6681 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool IsTypeName, SourceLocation TypenameLoc) argument
6987 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, AttributeList *AttrList, bool IsInstantiation, bool IsTypeName, SourceLocation TypenameLoc) argument

Completed in 269 milliseconds