OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFilePath
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
Replacement.cpp
105
if (LHS.
getFilePath
() != RHS.
getFilePath
())
106
return LHS.
getFilePath
() < RHS.
getFilePath
();
113
LHS.
getFilePath
() == RHS.
getFilePath
() &&
160
return Replacement(R.
getFilePath
(), NewStart, NewEnd - NewStart,
207
R.
getFilePath
(), Prev.getOffset(), Prev.getLength() + R.getLength(),
247
if (!Replaces.empty() && R.
getFilePath
() != Replaces.begin()->
getFilePath
())
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/
ReplacementsYaml.h
37
: FilePath(R.
getFilePath
()), Offset(R.getOffset()),
DiagnosticsYaml.h
50
llvm::Error Err = M.Fix[Fix.
getFilePath
()].add(Fix);
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
AtomicChange.h
71
const std::string &
getFilePath
() const { return FilePath; }
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeExeSymbol.cpp
76
return std::string(Session.getPDBFile().
getFilePath
());
PDBFile.cpp
49
StringRef PDBFile::
getFilePath
() const { return FilePath; }
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
RenamingAction.cpp
174
(*FileToReplaces)[std::string(Replace.
getFilePath
())].add(Replace);
176
llvm::errs() << "Renaming failed in " << Replace.
getFilePath
() << "! "
/src/external/apache2/llvm/dist/clang/lib/Tooling/
RefactoringCallbacks.cpp
53
Refactoring.FileToReplaces[std::string(Replacement.
getFilePath
())]
233
llvm::errs() << "Query and replace failed in " << Replacement.
getFilePath
()
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h
51
StringRef
getFilePath
() const;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.h
71
StringRef
getFilePath
() const;
InputFile.cpp
332
StringRef InputFile::
getFilePath
() const {
334
return pdb().
getFilePath
();
ExplainOutputStyle.cpp
36
File.
getFilePath
());
/src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp
350
: Storage.asFile().
getFilePath
());
484
if (llvm::sys::fs::file_size(Storage.asFile().
getFilePath
(), Result))
681
llvm::StringRef PrecompiledPreamble::TempPCHFile::
getFilePath
() const {
818
PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.
getFilePath
());
823
auto PCHPath = PCHFile.
getFilePath
();
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
AtomicChange.cpp
30
: Key(E.getKey()), FilePath(E.
getFilePath
()), Error(E.getError()),
284
Replacement NewR(R.
getFilePath
(), NewOffset, 0, Text);
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h
157
llvm::StringRef
getFilePath
() const;
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
Replacement.h
120
StringRef
getFilePath
() const { return FilePath; }
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/
Test.py
290
def
getFilePath
(self):
/src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp
89
Files.insert(Change.
getFilePath
());
ClangRefactor.cpp
481
Files.insert(Change.
getFilePath
());
/src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp
2635
StringRef FileName = Replaces.begin()->
getFilePath
();
2708
StringRef FileName = Replaces.begin()->
getFilePath
();
Completed in 30 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026