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

/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp109 if (getLocCookie())
110 DP << " at line " << getLocCookie();
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h141 unsigned getLocCookie() const { return LocCookie; } function in class:llvm::DiagnosticInfoInlineAsm
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp390 SourceLocation::getFromRawEncoding(D.getLocCookie());

Completed in 135 milliseconds