Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp285 lmKind = LengthModifier::AsInt3264; in ParseLengthModifier()
603 case AsInt3264: in toString()
855 case LengthModifier::AsInt3264: in hasValidLengthModifier()
899 case LengthModifier::AsInt3264: in hasStandardLengthModifier()
H A DScanfFormatString.cpp262 case LengthModifier::AsInt3264: in getArgType()
303 case LengthModifier::AsInt3264: in getArgType()
399 case LengthModifier::AsInt3264: in getArgType()
H A DPrintfFormatString.cpp528 case LengthModifier::AsInt3264: in getScalarArgType()
563 case LengthModifier::AsInt3264: in getScalarArgType()
618 case LengthModifier::AsInt3264: in getScalarArgType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h78 AsInt3264, // 'I' (MSVCRT, like __int3264 from MIDL) enumerator