Lines Matching refs:getKind
364 switch (BT->getKind()) { in matchesType()
379 switch (BT->getKind()) { in matchesType()
417 switch (BT->getKind()) { in matchesType()
477 switch (BT->getKind()) { in matchesType()
529 switch (BT->getKind()) { in matchesType()
795 switch (getKind()) { in getStandardSpecifier()
841 switch (LM.getKind()) { in hasValidLengthModifier()
855 switch (CS.getKind()) { in hasValidLengthModifier()
873 switch (CS.getKind()) { in hasValidLengthModifier()
909 switch (CS.getKind()) { in hasValidLengthModifier()
935 switch (CS.getKind()) { in hasValidLengthModifier()
959 switch (CS.getKind()) { in hasValidLengthModifier()
969 switch (CS.getKind()) { in hasValidLengthModifier()
982 switch (CS.getKind()) { in hasValidLengthModifier()
994 switch (CS.getKind()) { in hasValidLengthModifier()
1009 switch (LM.getKind()) { in hasStandardLengthModifier()
1035 switch (CS.getKind()) { in hasStandardConversionSpecifier()
1085 if (LM.getKind() == LengthModifier::AsLongDouble) { in hasStandardLengthConversionCombination()
1086 switch(CS.getKind()) { in hasStandardLengthConversionCombination()
1103 if (CS.isAnyIntArg() || CS.getKind() == ConversionSpecifier::nArg) { in getCorrectedLengthModifier()
1104 if (LM.getKind() == LengthModifier::AsLongDouble || in getCorrectedLengthModifier()
1105 LM.getKind() == LengthModifier::AsQuad) { in getCorrectedLengthModifier()