Searched refs:GlobalFunctionRecord (Results 1 – 4 of 4) sorted by relevance
152 struct GlobalFunctionRecord : APIRecord { struct155 GlobalFunctionRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in GlobalFunctionRecord() argument586 struct has_function_signature<GlobalFunctionRecord> : public std::true_type {};616 GlobalFunctionRecord *787 const RecordMap<GlobalFunctionRecord> &getGlobalFunctions() const {846 RecordMap<GlobalFunctionRecord> GlobalFunctions;
140 void serializeGlobalFunctionRecord(const GlobalFunctionRecord &Record);
57 GlobalFunctionRecord *APISet::addGlobalFunction( in addGlobalFunction()289 void GlobalFunctionRecord::anchor() {} in anchor()
667 const GlobalFunctionRecord &Record) { in serializeGlobalFunctionRecord()754 serializeGlobalFunctionRecord(*cast<GlobalFunctionRecord>(Record)); in serializeSingleRecord()