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