Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8917 const StringLiteral *TestedFormatString, const Expr *FunctionCallArg) { in CheckFormatStringsCompatible() argument
8932 if (FunctionCallArg) { in CheckFormatStringsCompatible()
8933 Arg = FunctionCallArg; in CheckFormatStringsCompatible()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2787 const Expr *FunctionCallArg = nullptr);