Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp2318 const Expr *getDataArg(unsigned i) const;
2490 const Expr *CheckFormatHandler::getDataArg(unsigned i) const { in getDataArg() function in CheckFormatHandler
2503 if (const Expr *E = getDataArg((unsigned) notCoveredArg)) { in DoneProcessing()
2732 const Expr *Arg = getDataArg(argIndex); in HandleAmount()
2980 const Expr *Arg = getDataArg(argIndex); in HandlePrintfSpecifier()
3391 const Expr *Ex = getDataArg(argIndex); in HandleScanfSpecifier()