Home
last modified time | relevance | path

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

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