Searched refs:addGlobalFunction (Results 1 – 3 of 3) sorted by relevance
101 void addGlobalFunction(std::optional<Context> Ctx, llvm::StringRef Name,
1046 Writer.addGlobalFunction(Ctx, Function.Name, GFI, SwiftVersion); in convertTopLevelItems()
1428 void APINotesWriter::addGlobalFunction(std::optional<Context> Ctx, in addGlobalFunction() function in clang::api_notes::APINotesWriter