Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp69 CS.setEndScanList(I); in ParseScanList()
217 CS.setEndScanList(Beg + Len); in ParseScanfSpecifier()
H A DPrintfFormatString.cpp401 CS.setEndScanList(Start + Len); in ParsePrintfSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h231 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList() function