reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2519 int getIntegerTypeOrder(QualType LHS, QualType RHS) const;
676 int order = Ctx.getIntegerTypeOrder(LTy, RTy);
tools/clang/lib/Sema/SemaExpr.cpp1158 int order = S.Context.getIntegerTypeOrder(LHSType, RHSType); 8789 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) { 8852 int Order = S.Context.getIntegerTypeOrder(OtherIntTy, IntTy); 8954 S.Context.getIntegerTypeOrder(VectorEltTy, ScalarTy)) {