Home
last modified time | relevance | path

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

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