Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h1687 serialization::MacroID getGlobalMacroID(ModuleFile &M, unsigned LocalID);
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp584 MacroID MacID = Reader.getGlobalMacroID(F, *I); in ReadData()
1559 GlobalMacroID GMacID = getGlobalMacroID(M, Record[Idx++]); in installPCHMacroDirectives()
6664 MacroID ASTReader::getGlobalMacroID(ModuleFile &M, unsigned LocalID) { in getGlobalMacroID() function in ASTReader