Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h175 ObjCObjArg, // '@' enumerator
176 ObjCBeg = ObjCObjArg,
177 ObjCEnd = ObjCObjArg,
188 PrintfConvBeg = ObjCObjArg,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp345 case '@': k = ConversionSpecifier::ObjCObjArg; break; in ParsePrintfSpecifier()
380 if (k != ConversionSpecifier::ObjCObjArg && in ParsePrintfSpecifier()
659 case ConversionSpecifier::ObjCObjArg: in getScalarArgType()
698 CS.setKind(ConversionSpecifier::ObjCObjArg); in fixType()
H A DOSLog.cpp44 case clang::analyze_format_string::ConversionSpecifier::ObjCObjArg: // "%@" in getKind()
H A DFormatString.cpp751 case ObjCObjArg: return "@"; in toString()
1027 case ConversionSpecifier::ObjCObjArg: in hasStandardConversionSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11806 CS.getKind() == ConversionSpecifier::ObjCObjArg)) { in HandlePrintfSpecifier()