Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp102 H.HandleZeroPosition(Beg, I - Beg + 1); in ParsePositionAmount()
165 H.HandleZeroPosition(Start, I - Start); in ParseArgPosition()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h717 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9280 void HandleZeroPosition(const char *startPos, unsigned posLen) override;
9457 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() function in CheckFormatHandler