Searched refs:getEndLocation (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentParser.cpp | 272 Arg.getEndLocation(), in parseParamCommandArgs() 278 Arg.getEndLocation(), in parseParamCommandArgs() 288 Arg.getEndLocation(), in parseTParamCommandArgs() 318 Tok.getEndLocation(), in parseBlockCommand() 323 Tok.getEndLocation(), in parseBlockCommand() 328 Tok.getEndLocation(), in parseBlockCommand() 411 CommandTok.getLocation(), CommandTok.getEndLocation(), in parseInlineCommand() 415 Diag(CommandTok.getEndLocation().getLocWithOffset(1), in parseInlineCommand() 463 Tok.getEndLocation()), in parseHTMLStartTag() 627 Tok.getEndLocation(), in parseParagraphOrBlockCommand() [all …]
|
| H A D | CommentLexer.cpp | 417 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 539 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() 1448 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges() 1511 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1545 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1633 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles() 1701 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges() 1794 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in optimizeEdges() 1829 PieceI->setEndLocation(PieceNextI->getEndLocation()); in optimizeEdges() 1884 SourceRange EdgeRange(PieceI->getEndLocation().asLocation(), in optimizeEdges() 1892 PieceI->setEndLocation(PieceNextI->getEndLocation()); in optimizeEdges() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentLexer.h | 83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 238 FullSourceLoc XEL = X.getEndLocation().asLocation(); in compareControlFlow() 239 FullSourceLoc YEL = Y.getEndLocation().asLocation(); in compareControlFlow() 1181 getEndLocation().dump(); in dump()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 657 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|