Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h177 CurrentBuildDirectory = std::string(BuildDirectory); in setCurrentBuildDirectory()
182 return CurrentBuildDirectory; in getCurrentBuildDirectory()
227 std::string CurrentBuildDirectory; variable