Home
last modified time | relevance | path

Searched refs:GlobalFunctionRecord (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h117 struct GlobalFunctionRecord : APIRecord { struct
120 GlobalFunctionRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in GlobalFunctionRecord() argument
466 struct has_function_signature<GlobalFunctionRecord> : public std::true_type {};
491 GlobalFunctionRecord *
662 const RecordMap<GlobalFunctionRecord> &getGlobalFunctions() const {
714 RecordMap<GlobalFunctionRecord> GlobalFunctions;
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h142 void serializeGlobalFunctionRecord(const GlobalFunctionRecord &Record);
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp53 GlobalFunctionRecord *APISet::addGlobalFunction( in addGlobalFunction()
220 void GlobalFunctionRecord::anchor() {} in anchor()
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp546 const GlobalFunctionRecord &Record) { in serializeGlobalFunctionRecord()