Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h1687 serialization::MacroID getGlobalMacroID(ModuleFile &M, unsigned LocalID);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.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