Home
last modified time | relevance | path

Searched refs:getUnifiedEndLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DLexerUtils.h112 SourceLocation getUnifiedEndLoc(const Stmt &S, const SourceManager &SM,
H A DLexerUtils.cpp199 SourceLocation getUnifiedEndLoc(const Stmt &S, const SourceManager &SM, in getUnifiedEndLoc() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DBracesAroundStatementsCheck.cpp56 utils::lexer::getUnifiedEndLoc(S, SM, Context->getLangOpts()); in findEndLocation()