Searched refs:findNextTerminator (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | TriviallyDestructibleCheck.cpp | 57 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/ |
D | IsolateDeclarationCheck.cpp | 189 ? findNextTerminator(CurrentDecl->getInit()->getEndLoc(), SM, in declRanges() 191 : findNextTerminator(CurrentDecl->getEndLoc(), SM, LangOpts); in declRanges()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | LexerUtils.h | 34 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM,
|
D | LexerUtils.cpp | 74 SourceLocation findNextTerminator(SourceLocation Start, const SourceManager &SM, in findNextTerminator() function
|