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

/external/clang/lib/CodeGen/
H A DCGCall.cpp1624 llvm::DebugLoc RetDbgLoc; local
1663 RetDbgLoc = SI->getDebugLoc();
1709 if (!RetDbgLoc.isUnknown())
1710 Ret->setDebugLoc(RetDbgLoc);

Completed in 86 milliseconds