Home
last modified time | relevance | path

Searched refs:remapPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DPrettyPrinter.h235 std::function<std::string(StringRef)> remapPath; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1170 OS << Policy.remapPath(File); in printTag()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp239 PP.remapPath = [this](StringRef Path) { return remapDIPath(Path); }; in getPrintingPolicy()