Searched refs:getEndLocation (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
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 …]
|
D | CommentLexer.cpp | 421 << SourceRange(T.getLocation(), T.getEndLocation()); in lexCommentText()
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 273 Arg.getEndLocation(), in parseParamCommandArgs() 279 Arg.getEndLocation(), in parseParamCommandArgs() 289 Arg.getEndLocation(), in parseTParamCommandArgs() 303 Arg.getEndLocation()), in parseBlockCommandArgs() 322 Tok.getEndLocation(), in parseBlockCommand() 327 Tok.getEndLocation(), in parseBlockCommand() 332 Tok.getEndLocation(), in parseBlockCommand() 417 CommandTok.getEndLocation(), in parseInlineCommand() 420 ArgTok.getEndLocation(), in parseInlineCommand() 424 CommandTok.getEndLocation(), in parseInlineCommand() [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
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 …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 264 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() 1989 const Stmt *Dst = getLocStmt(Piece->getEndLocation()); in addContextEdges() 2053 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches() 2087 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches() 2179 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles() 2203 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in removeContextCycles() 2253 const Stmt *end = getLocStmt(PieceI->getEndLocation()); in removePunyEdges() 2348 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in optimizeEdges() 2365 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in optimizeEdges() 2385 PieceI->setEndLocation(PieceNextI->getEndLocation()); in optimizeEdges() [all …]
|
D | PathDiagnostic.cpp | 287 FullSourceLoc XEL = X.getEndLocation().asLocation(); in compareControlFlow() 288 FullSourceLoc YEL = Y.getEndLocation().asLocation(); in compareControlFlow()
|
/external/llvm-project/clang/include/clang/AST/ |
D | CommentLexer.h | 83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
|
/external/clang/include/clang/AST/ |
D | CommentLexer.h | 85 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 238 FullSourceLoc XEL = X.getEndLocation().asLocation(); in compareControlFlow() 239 FullSourceLoc YEL = Y.getEndLocation().asLocation(); in compareControlFlow() 1181 getEndLocation().dump(); in dump()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 662 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 645 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|