Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h2074 getGlobalPreprocessedEntityID(ModuleFile &M, unsigned LocalID) const;
/external/clang/lib/Serialization/
DASTReader.cpp1492 GlobalID = getGlobalPreprocessedEntityID(F, Record[NextIndex]); in ReadMacroRecord()
1521 ASTReader::getGlobalPreprocessedEntityID(ModuleFile &M, unsigned LocalID) const { in getGlobalPreprocessedEntityID() function in ASTReader
4914 getGlobalPreprocessedEntityID(M, Record[1]); in ReadPreprocessedEntity()