/external/llvm-project/clang/include/clang/Tooling/Refactoring/ |
D | RecursiveSymbolVisitor.h | 54 Lexer::getLocForEndOfToken(Initializer->getSourceLocation(), in VisitCXXConstructorDecl() 89 Lexer::getLocForEndOfToken(TypeBeginLoc, 0, SM, LangOpts); in VisitTypeLoc() 110 Lexer::getLocForEndOfToken(TL.getBeginLoc(), 0, SM, LangOpts); in VisitTypedefTypeLoc() 135 return visit(ND, Loc, Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts)); in visit()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | BracesAroundStatementsCheck.cpp | 49 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts()); in forwardSkipWhitespaceAndComments() 70 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts()); in findEndLocation() 76 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts()); in findEndLocation() 96 Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts()); in findEndLocation() 191 Lexer::getLocForEndOfToken(CondEndLoc, 0, SM, Context->getLangOpts()); in findRParenLoc() 243 Lexer::getLocForEndOfToken(InitialLoc, 0, SM, Context->getLangOpts()); in checkStmt()
|
D | UniqueptrDeleteReleaseCheck.cpp | 53 SourceLocation AfterPtr = Lexer::getLocForEndOfToken( in check()
|
D | RedundantDeclarationCheck.cpp | 79 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
|
D | ImplicitBoolConversionCheck.cpp | 146 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in fixGenericExprCastToBool() 190 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in fixGenericExprCastFromBool()
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | PreferMemberInitializerCheck.cpp | 160 Lexer::getLocForEndOfToken(Field->getSourceRange().getEnd(), 0, in check() 193 InsertPos = Lexer::getLocForEndOfToken( in check() 212 InsertPos = Lexer::getLocForEndOfToken( in check()
|
D | ProTypeCstyleCastCheck.cpp | 80 Lexer::getLocForEndOfToken(SubExpr->getEndLoc(), 0, in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousStringCompareCheck.cpp | 174 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check() 184 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
|
D | BranchCloneCheck.cpp | 138 Lexer::getLocForEndOfToken(Branches[i]->getEndLoc(), 0, in check() 216 EndLoc = Lexer::getLocForEndOfToken(EndLoc, 0, *Result.SourceManager, in check()
|
D | InaccurateEraseCheck.cpp | 61 const SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
|
D | UnusedRaiiCheck.cpp | 84 Lexer::getLocForEndOfToken(TL->getEndLoc(), 0, *Result.SourceManager, in check()
|
D | MisplacedPointerArithmeticInAllocCheck.cpp | 92 const SourceLocation NewRParen = Lexer::getLocForEndOfToken( in check()
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr); in CharRange() 178 static SourceLocation getLocForEndOfToken(SourceLocation loc, 442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text); in commitInsertAfterToken() 475 getLocForEndOfToken(replacementRange.getEnd(), in commitReplace() 589 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, in getLocForEndOfToken() function in TransformActionsImpl 594 return PP.getLocForEndOfToken(loc); in getLocForEndOfToken()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr); in CharRange() 177 static SourceLocation getLocForEndOfToken(SourceLocation loc, 443 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text); in commitInsertAfterToken() 476 getLocForEndOfToken(replacementRange.getEnd(), in commitReplace() 591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, in getLocForEndOfToken() function in TransformActionsImpl 600 return PP.getLocForEndOfToken(loc); in getLocForEndOfToken()
|
/external/llvm-project/clang-tools-extra/clang-tidy/fuchsia/ |
D | DefaultArgumentsDeclarationsCheck.cpp | 44 Lexer::getLocForEndOfToken(StartLocation, 0, *Result.SourceManager, in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | DurationDivisionCheck.cpp | 49 Lexer::getLocForEndOfToken( in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
D | TwineLocalCheck.cpp | 51 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseEqualsDeleteCheck.cpp | 57 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
|
D | UseDefaultMemberInitCheck.cpp | 260 Lexer::getLocForEndOfToken(Field->getSourceRange().getEnd(), 0, in checkDefaultInit() 262 SourceLocation LParenEnd = Lexer::getLocForEndOfToken( in checkDefaultInit()
|
D | UseTrailingReturnTypeCheck.cpp | 126 return Lexer::getLocForEndOfToken(ExceptionSpecRange.getEnd(), 0, SM, in findTrailingReturnTypeSourceLocation() 136 Lexer::getLocForEndOfToken(ClosingParen, 0, SM, LangOpts); in findTrailingReturnTypeSourceLocation() 496 Lexer::getLocForEndOfToken(ReturnTypeCVRange.getEnd(), 0, SM, LangOpts); in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | UsingInserter.cpp | 42 SourceLocation InsertLoc = Lexer::getLocForEndOfToken( in createUsingDeclaration()
|
D | NamespaceAliaser.cpp | 72 Lexer::getLocForEndOfToken(Function->getBody()->getBeginLoc(), 0, in createAlias()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); in getAsCharRange()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 390 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset, 401 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); in getAsCharRange()
|
/external/llvm-project/clang-tools-extra/clang-tidy/android/ |
D | CloexecCheck.cpp | 66 Lexer::getLocForEndOfToken(SM.getFileLoc(FlagArg->getEndLoc()), 0, SM, in insertMacroFlag()
|