Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/HdrGen/
H A DPublicAPICommand.cpp74 if (G.EnumerationSpecMap.find(Name) == G.EnumerationSpecMap.end()) in writeAPIFromIndex()
78 llvm::Record *EnumerationSpec = G.EnumerationSpecMap[Name]; in writeAPIFromIndex()
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.h63 NameToRecordMapping EnumerationSpecMap; variable
H A DAPIIndexer.cpp108 EnumerationSpecMap[std::string( in indexStandardSpecDef()