Home
last modified time | relevance | path

Searched refs:PercentArg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h161 PercentArg, enumerator
217 case PercentArg: in consumesDataArgument()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp742 case PercentArg: return "%"; in toString()
1029 case ConversionSpecifier::PercentArg: in hasStandardConversionSpecifier()
H A DScanfFormatString.cpp163 case '%': k = ConversionSpecifier::PercentArg; break; in ParseScanfSpecifier()
H A DPrintfFormatString.cpp306 case '%': k = ConversionSpecifier::PercentArg; break; in ParsePrintfSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp980 case analyze_format_string::ConversionSpecifier::PercentArg: in HandlePrintfSpecifier()