Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidCStyleCastsCheck.cpp115 if (getCurrentMainFile().endswith(".c")) in check()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyCheck.h511 StringRef getCurrentMainFile() const { return Context->getCurrentFile(); } in getCurrentMainFile() function