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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2772 ParsedType TemplateTypeTy; local
2779 TemplateTypeTy = getTypeAnnotation(Tok);
2784 if (!TemplateTypeTy && Tok.isNot(tok::identifier)
2818 TemplateTypeTy, DS, IdLoc,
2839 TemplateTypeTy, DS, IdLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2262 ParsedType TemplateTypeTy,
2267 return BuildMemInitializer(ConstructorD, S, SS, MemberOrBase, TemplateTypeTy,
2278 ParsedType TemplateTypeTy,
2287 return BuildMemInitializer(ConstructorD, S, SS, MemberOrBase, TemplateTypeTy,
2321 ParsedType TemplateTypeTy,
2353 if (!SS.getScopeRep() && !TemplateTypeTy) {
2374 if (TemplateTypeTy) {
2375 BaseType = GetTypeFromParser(TemplateTypeTy, &TInfo);
2258 ActOnMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, Expr *InitList, SourceLocation EllipsisLoc) argument
2274 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
2317 BuildMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, Expr *Init, SourceLocation EllipsisLoc) argument

Completed in 184 milliseconds