Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp69 CS.setEndScanList(I); in ParseScanList()
216 CS.setEndScanList(Beg + Len); in ParseScanfSpecifier()
DPrintfFormatString.cpp398 CS.setEndScanList(Start + Len); in ParsePrintfSpecifier()
/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
/external/llvm-project/clang/include/clang/AST/
DFormatString.h226 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList() function