Home
last modified time | relevance | path

Searched defs:FileIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp184 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
455 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp316 class FileIndex { class
318 FileIndex(std::vector<std::string> Files) in FileIndex() function in clang::tooling::__anon8a9af54b0111::FileIndex
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1392 getSourceByIndex(uint64_t FileIndex,FileLineInfoKind Kind) const getSourceByIndex() argument
1411 getFileNameByIndex(uint64_t FileIndex,StringRef CompDir,FileLineInfoKind Kind,std::string & Result,sys::path::Style Style) const getFileNameByIndex() argument
[all...]
H A DDWARFVerifier.cpp889 uint32_t FileIndex = MinFileIndex; verifyDebugLineRows() local