Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
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()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DConcatNestedNamespacesCheck.cpp19 static bool locationsInSameFile(const SourceManager &Sources, in locationsInSameFile() function
82 if (!locationsInSameFile(Sources, ND.getBeginLoc(), ND.getRBraceLoc())) in check()