Home
last modified time | relevance | path

Searched refs:SubstTemplateTypeParmType (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DExceptionBaseclassCheck.cpp51 Result.Nodes.getNodeAs<SubstTemplateTypeParmType>("templ_type")) in check()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp420 while (isa<SubstTemplateTypeParmType>(QT.getTypePtr())) { in getFullyQualifiedType()
424 QT = dyn_cast<SubstTemplateTypeParmType>(QT.getTypePtr())->desugar(); in getFullyQualifiedType()
/external/llvm-project/clang/lib/AST/
DQualTypeNames.cpp417 while (isa<SubstTemplateTypeParmType>(QT.getTypePtr())) { in getFullyQualifiedType()
421 QT = cast<SubstTemplateTypeParmType>(QT.getTypePtr())->desugar(); in getFullyQualifiedType()
DASTImporterLookupTable.cpp63 dyn_cast<SubstTemplateTypeParmType>(Ty)) { in VisitFriendDecl()
DTypePrinter.cpp203 if (const auto *Subst = dyn_cast<SubstTemplateTypeParmType>(T)) in canPrefixQualifiers()
288 if (const auto *Subst = dyn_cast<SubstTemplateTypeParmType>(Split.Ty)) in printBefore()
1383 const SubstTemplateTypeParmType *T, in printSubstTemplateTypeParmBefore()
1390 const SubstTemplateTypeParmType *T, in printSubstTemplateTypeParmAfter()
DASTStructuralEquivalence.cpp1023 const auto *Subst1 = cast<SubstTemplateTypeParmType>(T1); in IsStructurallyEquivalent()
1024 const auto *Subst2 = cast<SubstTemplateTypeParmType>(T2); in IsStructurallyEquivalent()
DASTDiagnostic.cpp50 if (const SubstTemplateTypeParmType *ST = in Desugar()
51 dyn_cast<SubstTemplateTypeParmType>(Ty)) { in Desugar()
DODRHash.cpp1002 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) { in VisitSubstTemplateTypeParmType()
/external/clang/lib/AST/
DTypePrinter.cpp173 if (const SubstTemplateTypeParmType *Subst in canPrefixQualifiers()
174 = dyn_cast<SubstTemplateTypeParmType>(T)) in canPrefixQualifiers()
244 if (const SubstTemplateTypeParmType *Subst = in printBefore()
245 dyn_cast<SubstTemplateTypeParmType>(Split.Ty)) in printBefore()
1042 const SubstTemplateTypeParmType *T, in printSubstTemplateTypeParmBefore()
1048 const SubstTemplateTypeParmType *T, in printSubstTemplateTypeParmAfter()
DASTDiagnostic.cpp47 if (const SubstTemplateTypeParmType *ST = in Desugar()
48 dyn_cast<SubstTemplateTypeParmType>(Ty)) { in Desugar()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMismatchedIteratorChecker.cpp178 Param->getType()->getAs<SubstTemplateTypeParmType>(); in checkPreCall()
/external/llvm-project/clang/include/clang/Basic/
DTypeNodes.td94 def SubstTemplateTypeParmType : TypeNode<Type>, NeverCanonical;
/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h364 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) { in VisitSubstTemplateTypeParmType()
DTypeProperties.td700 let Class = SubstTemplateTypeParmType in {
DRecursiveASTVisitor.h1004 DEF_TRAVERSE_TYPE(SubstTemplateTypeParmType, {
1281 DEF_TRAVERSE_TYPELOC(SubstTemplateTypeParmType, {
DTypeLoc.h836 SubstTemplateTypeParmType> {
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp747 } else if (isa<SubstTemplateTypeParmType>(T)) { in BuildCXXNestedNameSpecifier()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp743 } else if (isa<SubstTemplateTypeParmType>(T)) { in BuildCXXNestedNameSpecifier()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1022 const AstTypeMatcher<SubstTemplateTypeParmType> substTemplateTypeParmType;
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1005 DEF_TRAVERSE_TYPE(SubstTemplateTypeParmType, {})
1226 DEF_TRAVERSE_TYPELOC(SubstTemplateTypeParmType, {})
DTypeLoc.h700 SubstTemplateTypeParmType> {
DASTContext.h117 mutable llvm::FoldingSet<SubstTemplateTypeParmType>
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6639 extern const AstTypeMatcher<SubstTemplateTypeParmType>
6656 AST_POLYMORPHIC_SUPPORTED_TYPES(SubstTemplateTypeParmType));
DASTMatchersInternal.h972 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1843 TEST_P(ASTMatchersTest, SubstTemplateTypeParmType) { in TEST_P() argument

12