Home
last modified time | relevance | path

Searched refs:locationsInSameFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp42 static bool locationsInSameFile(const SourceManager &Sources, in locationsInSameFile() function
89 !locationsInSameFile(Sources, ND->getBeginLoc(), ND->getRBraceLoc())) in check()
132 if (!locationsInSameFile(Sources, ND->getRBraceLoc(), Loc)) in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp19 static bool locationsInSameFile(const SourceManager &Sources, in locationsInSameFile() function
82 if (!locationsInSameFile(Sources, ND.getBeginLoc(), ND.getRBraceLoc())) in check()