Home
last modified time | relevance | path

Searched refs:ExtendedModule (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h48 struct ExtendedModule { struct
49 ExtendedModule() = default;
50 ExtendedModule(ExtendedModule &&EM) = default;
51 ExtendedModule &operator=(ExtendedModule &&EM) = default; argument
53 ExtendedModule(const ExtendedModule &EM) = delete;
54 ExtendedModule &operator=(const ExtendedModule &EM) = delete; argument
79 ExtendedModule MainModule; argument
84 llvm::StringMap<ExtendedModule> ExtendedModules;
110 ExtendedModule *ModuleForCurrentSymbol = nullptr;
163 ExtendedModule &Into);
[all …]
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp639 Object *ExtendedModule::addSymbol(Object &&Symbol) { in addRelationship()
644 void ExtendedModule::addRelationship(Object &&Relationship) {
687 ExtendedModule &SymbolGraphSerializer::getModuleForCurrentSymbol() { in shouldSkip()
716 ExtendedModule &Into) { in serializeRelationship()
774 ExtendedModule &Module = getModuleForCurrentSymbol(); in serializeAPIRecord()
1020 ExtendedModule &&EM) {
1033 ExtendedModule &&EM) { in serializeGraphToStream()