Home
last modified time | relevance | path

Searched defs:IndexPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp258 llvm::SmallString<128> IndexPath; in readIndex() local
855 llvm::SmallString<128> IndexPath; in writeIndex() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp182 parseCrossTUIndex(StringRef IndexPath) { in parseCrossTUIndex()