Home
last modified time | relevance | path

Searched refs:isPresumedLocInHeaderFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DFileExtensionsUtils.h29 bool isPresumedLocInHeaderFile(SourceLocation Loc, SourceManager &SM,
H A DFileExtensionsUtils.cpp23 bool isPresumedLocInHeaderFile(SourceLocation Loc, SourceManager &SM, in isPresumedLocInHeaderFile() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUnnamedNamespaceInHeaderCheck.cpp52 if (utils::isPresumedLocInHeaderFile(Loc, *Result.SourceManager, in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DDynamicStaticInitializersCheck.cpp56 if (!Loc.isValid() || !utils::isPresumedLocInHeaderFile(Loc, *Result.SourceManager, in check()