reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 7691   bool isObjCContext() const { return FSType == Sema::FST_NSString; }
 7695     return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog ||
 7695     return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog ||
 7696            FSType == Sema::FST_OSTrace;
 8061   if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) {
 8067   if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) {
 8077   if (FSType == Sema::FST_OSTrace &&
 8086   if (FSType != Sema::FST_OSLog) {