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