Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h170 ObjCObjArg, // '@' enumerator
171 ObjCBeg = ObjCObjArg,
172 ObjCEnd = ObjCObjArg,
183 PrintfConvBeg = ObjCObjArg,
/netbsd-src/external/apache2/llvm/dist/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.cpp654 case ObjCObjArg: return "@"; in toString()
924 case ConversionSpecifier::ObjCObjArg: in hasStandardConversionSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8554 CS.getKind() == ConversionSpecifier::ObjCObjArg)) { in HandlePrintfSpecifier()