Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h71 const std::string &getFilePath() const { return FilePath; } in getFilePath() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
H A DReplacement.h120 StringRef getFilePath() const { return FilePath; } in getFilePath() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTest.py290 def getFilePath(self): member in Test
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp332 StringRef InputFile::getFilePath() const { in getFilePath() function in InputFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp49 StringRef PDBFile::getFilePath() const { return FilePath; } in getFilePath() function in PDBFile
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp681 llvm::StringRef PrecompiledPreamble::TempPCHFile::getFilePath() const { in getFilePath() function in PrecompiledPreamble::TempPCHFile