Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
623 Tok.getEndLocation(), in parseParagraphOrBlockCommand()
[all …]
H A DCommentLexer.cpp417 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp538 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 DCommentLexer.h83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h657 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function