Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.h76 void SetFilePath(llvm::StringRef Path) { FilePath = std::string(Path); } in SetFilePath() function
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp369 Symbol.SetFilePath(((HeaderPath[0] == '"' || HeaderPath[0] == '<') in includeFixerMain()