Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp154 struct CppHashInfoTy { struct in __anon1888db800111::AsmParser
155 StringRef Filename;
156 int64_t LineNumber;
157 SMLoc Loc;
158 unsigned Buf;
159 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() argument
H A DMasmParser.cpp436 struct CppHashInfoTy { struct in __anoncc01912d0111::MasmParser
437 StringRef Filename;
438 int64_t LineNumber;
439 SMLoc Loc;
440 unsigned Buf;
441 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() argument