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...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Comment.cpp 317 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);
DeclTemplate.cpp     [all...]
ASTDumper.cpp 254 void VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 23 class TypeAliasTemplateDecl;
429 bool handleTypeAliasTemplate(const TypeAliasTemplateDecl *D);
IndexDecl.cpp 308 bool VisitTypeAliasTemplateDecl(const TypeAliasTemplateDecl *D) {
IndexingContext.cpp 647 bool IndexingContext::handleTypeAliasTemplate(const TypeAliasTemplateDecl *D) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 211 isa<TypeAliasTemplateDecl>(TD) || isa<VarTemplateDecl>(TD));
    [all...]
SemaTemplateInstantiateDecl.cpp 330 TemplateDeclInstantiator::VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D) {
342 TypeAliasTemplateDecl *PrevAliasTemplate = nullptr;
346 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(Found.front());
355 TypeAliasTemplateDecl *Inst
356 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaTemplateInstantiate.cpp 454 << cast<TypeAliasTemplateDecl>(D)
596 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 287 void VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl *D);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 739 cast<TypeAliasTemplateDecl>(Ty->getTemplateName().getAsTemplateDecl())
    [all...]

Completed in 516 milliseconds