Home
last modified time | relevance | path

Searched defs:LineNoCacheTy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/lib/Support/
H A DSourceMgr.cpp27 struct LineNoCacheTy { struct
28 unsigned LastQueryBufferID;
29 const char *LastQuery;
30 unsigned LineNoOfQuery;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_lexer.h180 struct LineNoCacheTy { struct
185 mutable LineNoCacheTy line_no_cache_{nullptr, 0}; argument