Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h164 CurrentBuildDirectory = std::string(BuildDirectory); in setCurrentBuildDirectory()
169 return CurrentBuildDirectory; in getCurrentBuildDirectory()
205 std::string CurrentBuildDirectory; variable