Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp70 CS.setEndScanList(I); in ParseScanList()
217 CS.setEndScanList(Beg + Len); in ParseScanfSpecifier()
DPrintfFormatString.cpp317 CS.setEndScanList(Start + Len); in ParsePrintfSpecifier()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h213 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList() function