Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp156 struct CppHashInfoTy { struct in __anon4b9616090111::AsmParser
157 StringRef Filename;
158 int64_t LineNumber;
159 SMLoc Loc;
160 unsigned Buf;
161 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() function
H A DMasmParser.cpp436 struct CppHashInfoTy { struct in __anon60b61cd60111::MasmParser
437 StringRef Filename;
438 int64_t LineNumber;
439 SMLoc Loc;
440 unsigned Buf;
441 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() function