Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp150 if (getCurrentMainFile().endswith(".c")) in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.h417 StringRef getCurrentMainFile() const { return Context->getCurrentFile(); } in getCurrentMainFile() function