Home
last modified time | relevance | path

Searched defs:FormatExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFormatStringConverter.h70 const StringLiteral *FormatExpr; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2288 const Expr *FormatExpr = Args[Idx]; DiagnoseCStringFormatDirectiveInCFAPI() local
H A DSemaChecking.cpp1286 if (!ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) in checkFortifiedBuiltinMemoryFunction() local
1121 ProcessFormatStringLiteral(const Expr * FormatExpr,StringRef & FormatStrRef,size_t & StrLen,ASTContext & Context) ProcessFormatStringLiteral() argument
1322 auto *FormatExpr = TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); checkFortifiedBuiltinMemoryFunction() local
1411 const auto *FormatExpr = TheCall->getArg(2)->IgnoreParenImpCasts(); checkFortifiedBuiltinMemoryFunction() local
H A DSemaExprObjC.cpp2576 Expr *FormatExpr = Args[Idx]; DiagnoseCStringFormatDirectiveInObjCAPI() local
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp631 StringRef FormatExpr = Expr.take_front(FormatSpecEnd); in parseNumericSubstitutionBlock() local
[all...]