Home
last modified time | relevance | path

Searched defs:getFilePath (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixerContext.h64 StringRef getFilePath() const { return FilePath; } in getFilePath() function
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.h88 llvm::StringRef getFilePath() const { return FilePath; } in getFilePath() function
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h71 const std::string &getFilePath() const { return FilePath; } in getFilePath() function
/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h120 StringRef getFilePath() const { return FilePath; } in getFilePath() function
/llvm-project/llvm/utils/lit/lit/
H A DTest.py301 def getFilePath(self): member in Test
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp48 StringRef PDBFile::getFilePath() const { return FilePath; } in getFilePath() function in PDBFile
H A DInputFile.cpp379 StringRef InputFile::getFilePath() const { in getFilePath() function in InputFile
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp239 llvm::StringRef getFilePath() const { return FilePath; }; in getFilePath() function in __anoncbdf99b80111::TempPCHFile