Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp2029 const Expr *getDataArg(unsigned i) const;
2201 const Expr *CheckFormatHandler::getDataArg(unsigned i) const { in getDataArg() function in CheckFormatHandler
2214 if (const Expr *E = getDataArg((unsigned) notCoveredArg)) { in DoneProcessing()
2441 const Expr *Arg = getDataArg(argIndex); in HandleAmount()
2689 const Expr *Arg = getDataArg(argIndex); in HandlePrintfSpecifier()
3067 const Expr *Ex = getDataArg(argIndex); in HandleScanfSpecifier()