Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h170 ObjCObjArg, // '@' enumerator
171 ObjCBeg = ObjCObjArg,
172 ObjCEnd = ObjCObjArg,
183 PrintfConvBeg = ObjCObjArg,
/llvm-project-15.0.7/clang/lib/AST/
H A DPrintfFormatString.cpp337 case '@': k = ConversionSpecifier::ObjCObjArg; break; in ParsePrintfSpecifier()
377 if (k != ConversionSpecifier::ObjCObjArg && in ParsePrintfSpecifier()
656 case ConversionSpecifier::ObjCObjArg: in getScalarArgType()
695 CS.setKind(ConversionSpecifier::ObjCObjArg); in fixType()
H A DOSLog.cpp43 case clang::analyze_format_string::ConversionSpecifier::ObjCObjArg: // "%@" in getKind()
H A DFormatString.cpp659 case ObjCObjArg: return "@"; in toString()
929 case ConversionSpecifier::ObjCObjArg: in hasStandardConversionSpecifier()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9803 CS.getKind() == ConversionSpecifier::ObjCObjArg)) { in HandlePrintfSpecifier()