Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8948 const Sema::FormatStringType FSType; member in __anon8097fee11c11::CheckFormatHandler
8973 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
9417 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
9421 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
9422 FSType == Sema::FST_OSTrace; in allowsObjCArg()
9784 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
9790 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
9800 if (FSType == Sema::FST_OSTrace && in HandlePrintfSpecifier()
9809 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc516 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target