Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDiagnosticInfo.cpp111 if (getLocCookie()) in print()
112 DP << " at line " << getLocCookie(); in print()
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h150 unsigned getLocCookie() const { return LocCookie; } in getLocCookie() function
/external/clang/lib/CodeGen/
DCodeGenAction.cpp395 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()