Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp156 struct CppHashInfoTy { struct in __anon84a98b390111::AsmParser
157 StringRef Filename;
158 int64_t LineNumber;
159 SMLoc Loc;
160 unsigned Buf;
161 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() argument
H A DMasmParser.cpp419 struct CppHashInfoTy { struct in __anonbc3838060111::MasmParser
420 StringRef Filename;
421 int64_t LineNumber;
422 SMLoc Loc;
423 unsigned Buf;
424 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() function