Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h636 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument
640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
643 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument
646 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h712 virtual void HandlePosition(const char *startPos, unsigned posLen) {} in HandlePosition() argument
714 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument
717 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() argument
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9274 void HandlePosition(const char *startPos, unsigned posLen) override;
9280 void HandleZeroPosition(const char *startPos, unsigned posLen) override;
9440 void CheckFormatHandler::HandlePosition(const char *startPos, in HandlePosition() argument
9443 getLocationOfByte(startPos), in HandlePosition()
9445 getSpecifierRange(startPos, posLen)); in HandlePosition()
9449 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument
9453 getLocationOfByte(startPos), /*IsStringLocation*/true, in HandleInvalidPosition()
9454 getSpecifierRange(startPos, posLen)); in HandleInvalidPosition()
9457 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() argument
9460 getLocationOfByte(startPos), in HandleZeroPosition()
[all …]