Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h782 unsigned getLocalOrImportedSubmoduleID(const Module *Mod);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2003 if (Writer.getLocalOrImportedSubmoduleID(ModInfo.getModule())) in EmitKeyDataLength()
2059 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData()
2860 unsigned ASTWriter::getLocalOrImportedSubmoduleID(const Module *Mod) { in getLocalOrImportedSubmoduleID() function in ASTWriter
2878 unsigned ID = getLocalOrImportedSubmoduleID(Mod); in getSubmoduleID()