Searched refs:getEndLocation (Results 1 – 5 of 5) sorted by relevance
/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/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 264 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() 2004 const Stmt *Dst = getLocStmt(Piece->getEndLocation()); in addContextEdges() 2068 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches() 2102 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches() 2194 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles() 2218 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in removeContextCycles() 2268 const Stmt *end = getLocStmt(PieceI->getEndLocation()); in removePunyEdges() 2363 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in optimizeEdges() 2380 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in optimizeEdges() 2400 PieceI->setEndLocation(PieceNextI->getEndLocation()); in optimizeEdges() [all …]
|
D | PathDiagnostic.cpp | 291 FullSourceLoc XEL = X.getEndLocation().asLocation(); in compareControlFlow() 292 FullSourceLoc YEL = Y.getEndLocation().asLocation(); in compareControlFlow()
|
/external/clang/include/clang/AST/ |
D | CommentLexer.h | 85 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 642 PathDiagnosticLocation getEndLocation() const { in getEndLocation() function
|