Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
DFormatString.h383 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DScanfFormatString.cpp459 namedTypeToLengthModifier(PT, LM); in fixType()
DFormatString.cpp826 bool FormatSpecifier::namedTypeToLengthModifier(QualType QT, in namedTypeToLengthModifier() function in FormatSpecifier
DPrintfFormatString.cpp540 namedTypeToLengthModifier(QT, LM); in fixType()