Home
last modified time | relevance | path

Searched refs:getLocForEndOfToken (Results 1 – 25 of 123) sorted by relevance

12345

/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DRecursiveSymbolVisitor.h54 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/
DBracesAroundStatementsCheck.cpp49 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()
DUniqueptrDeleteReleaseCheck.cpp53 SourceLocation AfterPtr = Lexer::getLocForEndOfToken( in check()
DRedundantDeclarationCheck.cpp79 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
DImplicitBoolConversionCheck.cpp146 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in fixGenericExprCastToBool()
190 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in fixGenericExprCastFromBool()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DPreferMemberInitializerCheck.cpp160 Lexer::getLocForEndOfToken(Field->getSourceRange().getEnd(), 0, in check()
193 InsertPos = Lexer::getLocForEndOfToken( in check()
212 InsertPos = Lexer::getLocForEndOfToken( in check()
DProTypeCstyleCastCheck.cpp80 Lexer::getLocForEndOfToken(SubExpr->getEndLoc(), 0, in check()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousStringCompareCheck.cpp174 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
184 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
DBranchCloneCheck.cpp138 Lexer::getLocForEndOfToken(Branches[i]->getEndLoc(), 0, in check()
216 EndLoc = Lexer::getLocForEndOfToken(EndLoc, 0, *Result.SourceManager, in check()
DInaccurateEraseCheck.cpp61 const SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
DUnusedRaiiCheck.cpp84 Lexer::getLocForEndOfToken(TL->getEndLoc(), 0, *Result.SourceManager, in check()
DMisplacedPointerArithmeticInAllocCheck.cpp92 const SourceLocation NewRParen = Lexer::getLocForEndOfToken( in check()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp73 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/
DTransformActions.cpp72 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/
DDefaultArgumentsDeclarationsCheck.cpp44 Lexer::getLocForEndOfToken(StartLocation, 0, *Result.SourceManager, in check()
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationDivisionCheck.cpp49 Lexer::getLocForEndOfToken( in check()
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DTwineLocalCheck.cpp51 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseEqualsDeleteCheck.cpp57 SourceLocation EndLoc = Lexer::getLocForEndOfToken( in check()
DUseDefaultMemberInitCheck.cpp260 Lexer::getLocForEndOfToken(Field->getSourceRange().getEnd(), 0, in checkDefaultInit()
262 SourceLocation LParenEnd = Lexer::getLocForEndOfToken( in checkDefaultInit()
DUseTrailingReturnTypeCheck.cpp126 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/
DUsingInserter.cpp42 SourceLocation InsertLoc = Lexer::getLocForEndOfToken( in createUsingDeclaration()
DNamespaceAliaser.cpp72 Lexer::getLocForEndOfToken(Function->getBody()->getBeginLoc(), 0, in createAlias()
/external/clang/include/clang/Lex/
DLexer.h322 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/
DLexer.h390 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/
DCloexecCheck.cpp66 Lexer::getLocForEndOfToken(SM.getFileLoc(FlagArg->getEndLoc()), 0, SM, in insertMacroFlag()

12345