Searched refs:SpecType (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 310 if (const TemplateSpecializationType *SpecType in print() local 314 SpecType->getTemplateName().print(OS, InnerPolicy, true); in print() 318 OS, SpecType->template_arguments(), InnerPolicy); in print()
|
/external/llvm-project/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 309 if (const TemplateSpecializationType *SpecType in print() local 313 SpecType->getTemplateName().print(OS, InnerPolicy, true); in print() 316 printTemplateArgumentList(OS, SpecType->template_arguments(), in print()
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 96 if (const TemplateSpecializationType *SpecType in computeDeclContext() local 103 SpecType->getTemplateName().getAsTemplateDecl())) { in computeDeclContext() 105 = Context.getCanonicalType(QualType(SpecType, 0)); in computeDeclContext()
|
D | SemaExprCXX.cpp | 261 if (const TemplateSpecializationType *SpecType in getDestructorName() local 263 TemplateName SpecName = SpecType->getTemplateName(); in getDestructorName()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 94 if (const TemplateSpecializationType *SpecType in computeDeclContext() local 101 SpecType->getTemplateName().getAsTemplateDecl())) { in computeDeclContext() 103 = Context.getCanonicalType(QualType(SpecType, 0)); in computeDeclContext()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 718 if (TypeSourceInfo *SpecType = D->getTypeAsWritten()) { in VisitClassTemplateSpecializationDecl() local 719 TypeLoc TL = SpecType->getTypeLoc(); in VisitClassTemplateSpecializationDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 732 if (TypeSourceInfo *SpecType = D->getTypeAsWritten()) { in VisitClassTemplateSpecializationDecl() local 733 TypeLoc TL = SpecType->getTypeLoc(); in VisitClassTemplateSpecializationDecl()
|