Searched refs:getCommonTemplateArguments (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 13655 static bool getCommonTemplateArguments(ASTContext &Ctx, in getCommonTemplateArguments() function 13670 static auto getCommonTemplateArguments(ASTContext &Ctx, in getCommonTemplateArguments() function 13674 bool Different = getCommonTemplateArguments(Ctx, R, Xs, Ys); in getCommonTemplateArguments() 14004 auto As = getCommonTemplateArguments(Ctx, AX->getTypeConstraintArguments(), in getCommonNonSugarTypeNode() 14211 auto As = getCommonTemplateArguments(Ctx, TX->template_arguments(), in getCommonNonSugarTypeNode() 14247 auto As = getCommonTemplateArguments(Ctx, TX->template_arguments(), in getCommonNonSugarTypeNode() 14393 getCommonTemplateArguments(Ctx, As, AX->getTypeConstraintArguments(), in getCommonSugarTypeNode() 14459 if (getCommonTemplateArguments(Ctx, As, TX->template_arguments(), in getCommonSugarTypeNode()
|