Searched defs:CppHashInfoTy (Results 1 – 1 of 1) sorted by relevance
157 struct CppHashInfoTy { struct in __anon23a78c340111::AsmParser158 StringRef Filename;159 int64_t LineNumber;160 SMLoc Loc;161 unsigned Buf;162 CppHashInfoTy() : Filename(), LineNumber(0), Loc(), Buf(0) {} in CppHashInfoTy() function