Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDScanfFormatString.cpp69 CS.setEndScanList(I); in ParseScanList()
217 CS.setEndScanList(Beg + Len); in ParseScanfSpecifier()
HDPrintfFormatString.cpp417 CS.setEndScanList(Start + Len); in ParsePrintfSpecifier()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDFormatString.h239 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList() function