Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2088 getGlobalPreprocessedEntityID(ModuleFile &M, unsigned LocalID) const;
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1442 GlobalID = getGlobalPreprocessedEntityID(F, Record[NextIndex]); in ReadMacroRecord()
1471 ASTReader::getGlobalPreprocessedEntityID(ModuleFile &M, unsigned LocalID) const { in getGlobalPreprocessedEntityID() function in ASTReader
4881 GlobalID = getGlobalPreprocessedEntityID(M, Record[1]); in ReadPreprocessedEntity()