Searched refs:getEndLocation (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 272 Arg.getEndLocation(), in parseParamCommandArgs() 278 Arg.getEndLocation(), in parseParamCommandArgs() 288 Arg.getEndLocation(), in parseTParamCommandArgs() 302 Arg.getEndLocation()), in parseBlockCommandArgs() 321 Tok.getEndLocation(), in parseBlockCommand() 326 Tok.getEndLocation(), in parseBlockCommand() 331 Tok.getEndLocation(), in parseBlockCommand() 416 CommandTok.getEndLocation(), in parseInlineCommand() 419 ArgTok.getEndLocation(), in parseInlineCommand() 423 CommandTok.getEndLocation(), in parseInlineCommand() [all …]
|
H A D | CommentLexer.cpp | 421 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 536 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() 1439 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges() 1502 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1536 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() 1625 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles() 1649 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in removeContextCycles() 1693 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges() 1786 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in optimizeEdges() 1802 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in optimizeEdges() 1821 PieceI->setEndLocation(PieceNextI->getEndLocation()); in optimizeEdges() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CommentLexer.h | 83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 660 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|