Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp97 GlobalFunctions; member in clang::api_notes::APINotesWriter::Implementation
1076 if (GlobalFunctions.empty()) in writeGlobalFunctionBlock()
1084 for (auto &F : GlobalFunctions) in writeGlobalFunctionBlock()
1434 Implementation->GlobalFunctions[Key].push_back({SwiftVersion, Info}); in addGlobalFunction()