Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h639 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument
643 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
646 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument
649 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DFormatString.h699 virtual void HandlePosition(const char *startPos, unsigned posLen) {} in HandlePosition() argument
701 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument
704 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8021 void HandlePosition(const char *startPos, unsigned posLen) override;
8027 void HandleZeroPosition(const char *startPos, unsigned posLen) override;
8187 void CheckFormatHandler::HandlePosition(const char *startPos, in HandlePosition() argument
8190 getLocationOfByte(startPos), in HandlePosition()
8192 getSpecifierRange(startPos, posLen)); in HandlePosition()
8196 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument
8200 getLocationOfByte(startPos), /*IsStringLocation*/true, in HandleInvalidPosition()
8201 getSpecifierRange(startPos, posLen)); in HandleInvalidPosition()
8204 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() argument
8207 getLocationOfByte(startPos), in HandleZeroPosition()
[all …]