Searched refs:startPos (Results 1 – 4 of 4) sorted by relevance
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | FormatString.h | 724 virtual void HandlePosition(const char *startPos, unsigned posLen) {} in HandlePosition() argument 726 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument 729 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() argument
|
| H A D | PropertiesBase.td | 768 def : Property<"startPos", UInt32> { 775 return ctx.getDeducedTemplateName(underlying, {startPos, defaultArgs});
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6850 void HandlePosition(const char *startPos, unsigned posLen) override; 6856 void HandleZeroPosition(const char *startPos, unsigned posLen) override; 7016 void CheckFormatHandler::HandlePosition(const char *startPos, in HandlePosition() argument 7021 getLocationOfByte(startPos), in HandlePosition() 7023 getSpecifierRange(startPos, posLen)); in HandlePosition() 7037 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() argument 7042 getLocationOfByte(startPos), in HandleZeroPosition() 7044 getSpecifierRange(startPos, posLen)); in HandleZeroPosition()
|