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 | 426 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 570 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() 1477 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges() 1540 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1574 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1663 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles() 1687 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in removeContextCycles() 1731 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges() 1824 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in optimizeEdges() 1840 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in optimizeEdges() 1859 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 | 231 FullSourceLoc XEL = X.getEndLocation().asLocation(); in compareControlFlow() 232 FullSourceLoc YEL = Y.getEndLocation().asLocation(); in compareControlFlow() 1178 getEndLocation().dump(); in dump()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 657 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|