Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DFileExtensionsUtils.h33 bool isSpellingLocInHeaderFile(SourceLocation Loc, SourceManager &SM,
H A DFileExtensionsUtils.cpp29 bool isSpellingLocInHeaderFile(SourceLocation Loc, SourceManager &SM, in isSpellingLocInHeaderFile() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DGlobalNamesInHeadersCheck.cpp58 if (!utils::isSpellingLocInHeaderFile( in check()