Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/LibcTableGenUtil/
DAPIIndexer.h66 NameToRecordMapping TypeDeclsMap; variable
DAPIIndexer.cpp125 TypeDeclsMap[std::string(TypeDecl->getValueAsString("Name"))] = TypeDecl; in indexPublicAPIDef()
/external/llvm-project/libc/utils/HdrGen/
DPublicAPICommand.cpp57 for (auto &Pair : G.TypeDeclsMap) { in writeAPIFromIndex()