Searched refs:CWDName (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h95 StringRef CWDName; member in class:clang::CodeGen::CGDebugInfo
H A DCGDebugInfo.cpp321 if (!CWDName.empty())
322 return CWDName;
325 return CWDName = internString(CWD);

Completed in 115 milliseconds