Searched defs:CppHashInfoTy (Results 1 – 4 of 4) sorted by relevance
157 struct CppHashInfoTy { struct in __anon0cd937830111::AsmParser158 StringRef Filename;159 int64_t LineNumber;160 SMLoc Loc;161 unsigned Buf;162 CppHashInfoTy() : Filename(), LineNumber(0), Loc(), Buf(0) {} in CppHashInfoTy() function
154 struct CppHashInfoTy { struct in __anond305c3490111::AsmParser155 StringRef Filename;156 int64_t LineNumber;157 SMLoc Loc;158 unsigned Buf;159 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() argument
436 struct CppHashInfoTy { struct in __anond61b72160111::MasmParser437 StringRef Filename;438 int64_t LineNumber;439 SMLoc Loc;440 unsigned Buf;441 CppHashInfoTy() : LineNumber(0), Buf(0) {} in CppHashInfoTy() function
157 struct CppHashInfoTy { struct in __anon0cbc47a10111::AsmParser158 StringRef Filename;159 int64_t LineNumber = 0;160 SMLoc Loc;161 unsigned Buf = 0;