Searched refs:findNextTerminator (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | TriviallyDestructibleCheck.cpp | 57 const SourceLocation FirstDeclEnd = utils::lexer::findNextTerminator( in check() 61 utils::lexer::findNextTerminator(MatchedDecl->getEndLoc(), SM, in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | IsolateDeclarationCheck.cpp | 189 ? findNextTerminator(CurrentDecl->getInit()->getEndLoc(), SM, in declRanges() 191 : findNextTerminator(CurrentDecl->getEndLoc(), SM, LangOpts); in declRanges()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | LexerUtils.h | 37 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM,
|
| H A D | LexerUtils.cpp | 75 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM, in findNextTerminator() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | VirtualClassDestructorCheck.cpp | 153 utils::lexer::findNextTerminator(Destructor.getEndLoc(), SM, LangOpts) in changePrivateDestructorVisibilityTo()
|