Searched refs:startPos (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 636 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()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | FormatString.h | 723 virtual void HandlePosition(const char *startPos, unsigned posLen) {} in HandlePosition() argument 725 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument 728 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() argument
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6202 void HandlePosition(const char *startPos, unsigned posLen) override; 6208 void HandleZeroPosition(const char *startPos, unsigned posLen) override; 6368 void CheckFormatHandler::HandlePosition(const char *startPos, in HandlePosition() argument 6371 getLocationOfByte(startPos), in HandlePosition() 6373 getSpecifierRange(startPos, posLen)); in HandlePosition() 6385 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() argument 6388 getLocationOfByte(startPos), in HandleZeroPosition() 6390 getSpecifierRange(startPos, posLen)); in HandleZeroPosition()
|