Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTriviallyDestructibleCheck.cpp57 const SourceLocation FirstDeclEnd = utils::lexer::findNextTerminator( in check()
61 utils::lexer::findNextTerminator(MatchedDecl->getEndLoc(), SM, in check()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp189 ? findNextTerminator(CurrentDecl->getInit()->getEndLoc(), SM, in declRanges()
191 : findNextTerminator(CurrentDecl->getEndLoc(), SM, LangOpts); in declRanges()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DLexerUtils.h34 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM,
DLexerUtils.cpp74 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM, in findNextTerminator() function