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

  /external/clang/include/clang/AST/
DeclTemplate.h 35 class TypeAliasTemplateDecl;
238 static bool classof(const TypeAliasTemplateDecl *D) { return true; }
677 static bool classof(const TypeAliasTemplateDecl *D) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 23 class TypeAliasTemplateDecl;
438 bool handleTypeAliasTemplate(const TypeAliasTemplateDecl *D);
IndexDecl.cpp 290 bool VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D) {
IndexingContext.cpp 560 bool IndexingContext::handleTypeAliasTemplate(const TypeAliasTemplateDecl *D) {
    [all...]
  /external/clang/include/clang/Sema/
Template.h 386 Decl *VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
  /external/clang/lib/Sema/
SemaTemplate.cpp 210 isa<TypeAliasTemplateDecl>(TD));
    [all...]
SemaTemplateInstantiateDecl.cpp 214 TemplateDeclInstantiator::VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D) {
226 TypeAliasTemplateDecl *PrevAliasTemplate = 0;
230 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(*Found.first);
239 TypeAliasTemplateDecl *Inst
240 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp 504 << cast<TypeAliasTemplateDecl>(D)
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 94 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]
ASTReaderDecl.cpp 259 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]

Completed in 109 milliseconds