Searched refs:isSubstitutedType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1942 static bool isSubstitutedType(ASTContext &Ctx, QualType T, QualType Pattern, in isSubstitutedType() function 1973 isSubstitutedType(Ctx, TPointee, PPointee, Args, Depth); in isSubstitutedType() 2030 return isSubstitutedType(Ctx, Arg.getAsType(), Pattern.getAsType(), Args, in isSubstitutedTemplateArgument()
|