Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h116 StringRef getCurrentFile() const { return CurrentFile; } in getCurrentFile()
195 std::string CurrentFile; variable
DClangTidyDiagnosticConsumer.cpp200 CurrentFile = std::string(File); in setCurrentFile()
201 CurrentOptions = getOptionsForFile(CurrentFile); in setCurrentFile()
238 return ClangTidyProfiling::StorageParams(ProfilePrefix, CurrentFile); in getProfileStorageParams()