Searched refs:getEndLocation (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 402 Arg.getEndLocation(), in parseParamCommandArgs() 408 Arg.getEndLocation(), in parseParamCommandArgs() 418 Arg.getEndLocation(), in parseTParamCommandArgs() 430 SourceRange(Arg.getLocation(), Arg.getEndLocation()), Arg.getText()}; in parseCommandArgs() 447 SourceRange(Arg.getLocation(), Arg.getEndLocation()), Arg.getText()}; in parseThrowCommandArgs() 465 SourceRange(Arg.getLocation(), Arg.getEndLocation()), Arg.getText()}; in parseParCommandArgs() 483 Tok.getEndLocation(), in parseBlockCommand() 488 Tok.getEndLocation(), in parseBlockCommand() 493 Tok.getEndLocation(), in parseBlockCommand() 582 CommandTok.getLocation(), CommandTok.getEndLocation(), in parseInlineCommand() [all …]
|
H A D | CommentLexer.cpp | 417 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 549 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() 1460 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges() 1523 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1557 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1646 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles() 1670 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in removeContextCycles() 1714 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges() 1807 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in optimizeEdges() 1823 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in optimizeEdges() 1842 PieceI->setEndLocation(PieceNextI->getEndLocation()); in optimizeEdges() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentLexer.h | 83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 236 FullSourceLoc XEL = X.getEndLocation().asLocation(); in compareControlFlow() 237 FullSourceLoc YEL = Y.getEndLocation().asLocation(); in compareControlFlow() 1183 getEndLocation().dump(); in dump()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 657 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|