Searched refs:getCommonSizeExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 13058 template <class T> static auto *getCommonSizeExpr(ASTContext &Ctx, T *X, T *Y) { in getCommonSizeExpr() function 13224 getCommonSizeExpr(Ctx, AX, AY), getCommonSizeModifier(AX, AY), in getCommonNonSugarTypeNode() 13390 getCommonSizeExpr(Ctx, VX, VY), in getCommonNonSugarTypeNode() 13398 getCommonElementType(Ctx, VX, VY), getCommonSizeExpr(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|