Searched defs:RecordLoc (Results 1 – 5 of 5) sorted by relevance
31 struct RecordLoc { struct33 RecordLoc(std::string File, unsigned Line) in RecordLoc() argument39 bool operator==(const RecordLoc &O) const { argument43 const std::string File;44 const unsigned Line = 0;
41 using RecordLoc = llvm::MachO::RecordLoc; variable
1107 auto &RecordLoc = cast<RecordStorageLocation>(Loc); in createObjectInternal() local
3469 void Parser::SkipCXXMemberSpecification(SourceLocation RecordLoc, in SkipCXXMemberSpecification()3642 void Parser::ParseCXXMemberSpecification(SourceLocation RecordLoc, in ParseCXXMemberSpecification()
5070 void Parser::ParseStructUnionBody(SourceLocation RecordLoc, in ParseStructUnionBody()