Home
last modified time | relevance | path

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

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