Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp69 CS.setEndScanList(I); in ParseScanList()
216 CS.setEndScanList(Beg + Len); in ParseScanfSpecifier()
H A DPrintfFormatString.cpp398 CS.setEndScanList(Start + Len); in ParsePrintfSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h226 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList() function