Home
last modified time | relevance | path

Searched refs:getEndLocation (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp272 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 DCommentLexer.cpp417 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp539 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 DCommentLexer.h83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp238 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 DPathDiagnostic.h657 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function