Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp90 GlobalFunctions; member in clang::api_notes::APINotesWriter::Implementation
1014 if (GlobalFunctions.empty()) in writeGlobalFunctionBlock()
1022 for (auto &F : GlobalFunctions) in writeGlobalFunctionBlock()
1359 Implementation->GlobalFunctions[Key].push_back({SwiftVersion, Info}); in addGlobalFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1523 return GlobalFunctions;
1635 RecordMap<GlobalFunctionRecord> GlobalFunctions;
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp90 return addTopLevelRecord(USRBasedLookupTable, GlobalFunctions, USR, Name, Loc, in addGlobalFunction()