Home
last modified time | relevance | path

Searched refs:AsShortLong (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp264 case LengthModifier::AsShortLong: in getArgType()
305 case LengthModifier::AsShortLong: in getArgType()
401 case LengthModifier::AsShortLong: in getArgType()
DFormatString.cpp228 lmKind = LengthModifier::AsShortLong; in ParseLengthModifier()
582 case AsShortLong: in toString()
769 case LengthModifier::AsShortLong: in hasValidLengthModifier()
897 case LengthModifier::AsShortLong: // ??? in hasStandardLengthModifier()
DPrintfFormatString.cpp511 case LengthModifier::AsShortLong: in getScalarArgType()
547 case LengthModifier::AsShortLong: in getScalarArgType()
581 case LengthModifier::AsShortLong: in getScalarArgType()
622 case LengthModifier::AsShortLong: in getScalarArgType()
810 LengthModifier::None : LengthModifier::AsShortLong); in fixType()
/external/llvm-project/clang/include/clang/AST/
DFormatString.h70 AsShortLong, // 'hl' (OpenCL float/int vector element) enumerator