Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h710 virtual void HandlePosition(const char *startPos, unsigned posLen) {} in HandlePosition() argument
712 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument
715 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11004 void HandlePosition(const char *startPos, unsigned posLen) override;
11010 void HandleZeroPosition(const char *startPos, unsigned posLen) override;
11170 void CheckFormatHandler::HandlePosition(const char *startPos, in HandlePosition() argument
11173 getLocationOfByte(startPos), in HandlePosition()
11175 getSpecifierRange(startPos, posLen)); in HandlePosition()
11187 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() argument
11190 getLocationOfByte(startPos), in HandleZeroPosition()
11192 getSpecifierRange(startPos, posLen)); in HandleZeroPosition()