Home
last modified time | relevance | path

Searched refs:FSType (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaChecking.cpp6149 const Sema::FormatStringType FSType; member in __anon1cdef3861b11::CheckFormatHandler
6174 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
6618 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
6622 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
6623 FSType == Sema::FST_OSTrace; in allowsObjCArg()
6985 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
6991 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
7001 if (FSType == Sema::FST_OSTrace && in HandlePrintfSpecifier()
7010 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
/src/contrib/llvm-project/llvm/lib/Support/Unix/ !
H A DPath.inc515 // statvfs::f_basetype contains a null-terminated FSType name of the mounted