Home
last modified time | relevance | path

Searched refs:findNextTerminator (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DTriviallyDestructibleCheck.cpp57 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 DIsolateDeclarationCheck.cpp189 ? 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 DLexerUtils.h37 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM,
H A DLexerUtils.cpp75 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM, in findNextTerminator() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.cpp153 utils::lexer::findNextTerminator(Destructor.getEndLoc(), SM, LangOpts) in changePrivateDestructorVisibilityTo()