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

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

Completed in 2421 milliseconds