Searched refs:getCommonTemplateArguments (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12503 static bool getCommonTemplateArguments(ASTContext &Ctx, in getCommonTemplateArguments() function 12518 static auto getCommonTemplateArguments(ASTContext &Ctx, in getCommonTemplateArguments() function 12522 bool Different = getCommonTemplateArguments(Ctx, R, Xs, Ys); in getCommonTemplateArguments() 12711 auto As = getCommonTemplateArguments(Ctx, AX->getTypeConstraintArguments(), in getCommonNonSugarTypeNode() 12908 auto As = getCommonTemplateArguments(Ctx, TX->template_arguments(), in getCommonNonSugarTypeNode() 12936 auto As = getCommonTemplateArguments(Ctx, TX->template_arguments(), in getCommonNonSugarTypeNode() 13073 getCommonTemplateArguments(Ctx, As, AX->getTypeConstraintArguments(), in getCommonSugarTypeNode() 13135 if (getCommonTemplateArguments(Ctx, Args, TX->template_arguments(), in getCommonSugarTypeNode()
|