Home
last modified time | relevance | path

Searched refs:addGlobalFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h101 void addGlobalFunction(std::optional<Context> Ctx, llvm::StringRef Name,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp1046 Writer.addGlobalFunction(Ctx, Function.Name, GFI, SwiftVersion); in convertTopLevelItems()
H A DAPINotesWriter.cpp1428 void APINotesWriter::addGlobalFunction(std::optional<Context> Ctx, in addGlobalFunction() function in clang::api_notes::APINotesWriter