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

  /external/clang/include/clang/AST/
DeclTemplate.h 36 class TypeAliasTemplateDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
Comment.cpp 280 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);
ASTDumper.cpp 206 void VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D);
904 void ASTDumper::VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 22 class TypeAliasTemplateDecl;
433 bool handleTypeAliasTemplate(const TypeAliasTemplateDecl *D);
IndexDecl.cpp 304 bool VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D) {
IndexingContext.cpp 638 bool IndexingContext::handleTypeAliasTemplate(const TypeAliasTemplateDecl *D) {
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Sema/
Template.h 400 Decl *VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 273 TemplateDeclInstantiator::VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D) {
285 TypeAliasTemplateDecl *PrevAliasTemplate = 0;
289 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(Found.front());
298 TypeAliasTemplateDecl *Inst
299 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaTemplate.cpp 210 isa<TypeAliasTemplateDecl>(TD));
    [all...]
SemaTemplateInstantiate.cpp 487 << cast<TypeAliasTemplateDecl>(D)
629 if (isa<TypeAliasTemplateDecl>(Active->Entity))
    [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 94 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]
ASTReaderDecl.cpp 257 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]

Completed in 536 milliseconds