Searched refs:getCommonTemplateArguments (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 12995 static bool getCommonTemplateArguments(ASTContext &Ctx, in getCommonTemplateArguments() function 13010 static auto getCommonTemplateArguments(ASTContext &Ctx, in getCommonTemplateArguments() function 13014 bool Different = getCommonTemplateArguments(Ctx, R, Xs, Ys); in getCommonTemplateArguments() 13203 auto As = getCommonTemplateArguments(Ctx, AX->getTypeConstraintArguments(), in getCommonNonSugarTypeNode() 13412 auto As = getCommonTemplateArguments(Ctx, TX->template_arguments(), in getCommonNonSugarTypeNode() 13448 auto As = getCommonTemplateArguments(Ctx, TX->template_arguments(), in getCommonNonSugarTypeNode() 13586 getCommonTemplateArguments(Ctx, As, AX->getTypeConstraintArguments(), in getCommonSugarTypeNode() 13649 if (getCommonTemplateArguments(Ctx, Args, TX->template_arguments(), in getCommonSugarTypeNode()
|