HomeSort by relevance Sort by last modified time
    Searched refs:TypeAliasTemplateDecl (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/AST/
DeclTemplate.h 33 class TypeAliasTemplateDecl;
234 static bool classof(const TypeAliasTemplateDecl *D) { return true; }
676 static bool classof(const TypeAliasTemplateDecl *D) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Template.h 340 Decl *VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
  /external/clang/lib/Sema/
SemaTemplate.cpp 201 isa<TypeAliasTemplateDecl>(TD));
    [all...]
SemaTemplateInstantiateDecl.cpp 196 TemplateDeclInstantiator::VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D) {
208 TypeAliasTemplateDecl *PrevAliasTemplate = 0;
212 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(*Found.first);
221 TypeAliasTemplateDecl *Inst
222 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp 475 << cast<TypeAliasTemplateDecl>(D)
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 155 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]
ASTWriterDecl.cpp 91 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]

Completed in 259 milliseconds