HomeSort by relevance Sort by last modified time
    Searched full:typealiastemplatedecl (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
Comment.cpp 310 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 27 class TypeAliasTemplateDecl;
434 bool handleTypeAliasTemplate(const TypeAliasTemplateDecl *D);
CursorVisitor.h 198 bool VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
CXIndexDataConsumer.cpp 141 bool VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D) {
871 bool CXIndexDataConsumer::handleTypeAliasTemplate(const TypeAliasTemplateDecl *D) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclTemplate.h 38 class TypeAliasTemplateDecl;
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 39 class TypeAliasTemplateDecl;
    [all...]
Decl.h 49 class TypeAliasTemplateDecl;
    [all...]
  /external/clang/test/Misc/
ast-dump-decl.cpp 71 // CHECK: TypeAliasTemplateDecl{{.*}} TestTypeAliasTemplateDecl
  /external/clang/test/Index/
index-templates.cpp 195 // CHECK-LOAD: index-templates.cpp:114:1: TypeAliasTemplateDecl=alias:114:1 (Definition) Extent=[113:1 - 114:16]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 559 TemplateDeclInstantiator::VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D) {
571 TypeAliasTemplateDecl *PrevAliasTemplate = nullptr;
575 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(Found.front());
584 TypeAliasTemplateDecl *Inst
585 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaTemplate.cpp 214 isa<TypeAliasTemplateDecl>(TD) || isa<VarTemplateDecl>(TD) ||
    [all...]

Completed in 2330 milliseconds

1 2 3 4 5