HomeSort by relevance Sort by last modified time
    Searched refs:getLocCookie (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
DiagnosticInfo.cpp 108 if (getLocCookie())
109 DP << " at line " << getLocCookie();
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 134 unsigned getLocCookie() const { return LocCookie; }
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 387 SourceLocation::getFromRawEncoding(D.getLocCookie());

Completed in 36 milliseconds