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

  /external/clang/include/clang/AST/
DeclTemplate.h 36 class TypeAliasTemplateDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Comment.cpp 280 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);
DeclTemplate.cpp     [all...]
ASTDumper.cpp 211 void VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D);
978 void ASTDumper::VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 23 class TypeAliasTemplateDecl;
436 bool handleTypeAliasTemplate(const TypeAliasTemplateDecl *D);
IndexDecl.cpp 320 bool VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D) {
IndexingContext.cpp 646 bool IndexingContext::handleTypeAliasTemplate(const TypeAliasTemplateDecl *D) {
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 280 TemplateDeclInstantiator::VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D) {
292 TypeAliasTemplateDecl *PrevAliasTemplate = 0;
296 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(Found.front());
305 TypeAliasTemplateDecl *Inst
306 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaTemplate.cpp 211 isa<TypeAliasTemplateDecl>(TD) || isa<VarTemplateDecl>(TD));
    [all...]
SemaTemplateInstantiate.cpp 538 << cast<TypeAliasTemplateDecl>(D)
680 if (isa<TypeAliasTemplateDecl>(Active->Entity))
    [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 99 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]
ASTReaderDecl.cpp 273 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]

Completed in 1892 milliseconds