Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp157 struct CppHashInfoTy { struct in __anon107f35340111::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
H A DMasmParser.cpp413 struct CppHashInfoTy { struct in __anonc2c321610111::MasmParser
414 StringRef Filename;
415 int64_t LineNumber;
416 SMLoc Loc;
417 unsigned Buf;
418 CppHashInfoTy() : Filename(), LineNumber(0), Loc(), Buf(0) {} in CppHashInfoTy() function