Searched refs:getEndLocation (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/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() 623 Tok.getEndLocation(), in parseParagraphOrBlockCommand() [all …]
|
H A D | CommentLexer.cpp | 417 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 538 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() 1447 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges() 1510 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1544 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 …]
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | CommentLexer.h | 83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 657 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|