Searched defs:TemplateTypeTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2860 ParsedType TemplateTypeTy; local
2867 TemplateTypeTy = getTypeAnnotation(Tok);
2872 if (!TemplateTypeTy && Tok.isNot(tok::identifier)
2905 TemplateTypeTy, DS, IdLoc,
2925 TemplateTypeTy, DS, IdLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2517 ParsedType TemplateTypeTy,
2522 return BuildMemInitializer(ConstructorD, S, SS, MemberOrBase, TemplateTypeTy,
2533 ParsedType TemplateTypeTy,
2542 return BuildMemInitializer(ConstructorD, S, SS, MemberOrBase, TemplateTypeTy,
2576 ParsedType TemplateTypeTy,
2608 if (!SS.getScopeRep() && !TemplateTypeTy) {
2629 if (TemplateTypeTy) {
2630 BaseType = GetTypeFromParser(TemplateTypeTy, &TInfo);
2513 ActOnMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, Expr *InitList, SourceLocation EllipsisLoc) argument
2529 ActOnMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc, SourceLocation EllipsisLoc) argument
2572 BuildMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, Expr *Init, SourceLocation EllipsisLoc) argument

Completed in 539 milliseconds