Searched refs:addReferenceLoc (Results 1 – 2 of 2) sorted by relevance
157 RV->addReferenceLoc(NameLoc); in getVar()175 RV->addReferenceLoc(NameLoc); in getVar()3068 const_cast<RecordVal *>(V)->addReferenceLoc(FieldNameLoc); in ParseValue()3073 const_cast<RecordVal *>(RV)->addReferenceLoc(FieldNameLoc); in ParseValue()
1603 void addReferenceLoc(SMRange Loc) { ReferenceLocs.push_back(Loc); } in addReferenceLoc() function