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