Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp157 struct CppHashInfoTy { struct in __anon3b6cbf750111::AsmParser
158 StringRef Filename;
159 int64_t LineNumber;
160 SMLoc Loc;
161 unsigned Buf;
162 CppHashInfoTy() : Filename(), LineNumber(0), Loc(), Buf(0) {} in CppHashInfoTy() function