Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp47 Expected<StringRef> parsePath(const Object *Obj);
86 Expected<StringRef> Implementation::parsePath(const Object *Obj) { in parsePath() function in __anon82227fd60111::Implementation
117 auto Path = parsePath(Obj); in parseHeaders()