Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp272 lmKind = LengthModifier::AsInt64; in ParseLengthModifier()
605 case AsInt64: in toString()
856 case LengthModifier::AsInt64: in hasValidLengthModifier()
900 case LengthModifier::AsInt64: in hasStandardLengthModifier()
H A DScanfFormatString.cpp248 case LengthModifier::AsInt64: in getArgType()
288 case LengthModifier::AsInt64: in getArgType()
386 case LengthModifier::AsInt64: in getArgType()
H A DPrintfFormatString.cpp522 case LengthModifier::AsInt64: in getScalarArgType()
557 case LengthModifier::AsInt64: in getScalarArgType()
619 case LengthModifier::AsInt64: in getScalarArgType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h79 AsInt64, // 'I64' (MSVCRT, like __int64) enumerator
104 case AsInt64: in getLength()