Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h611 serialization::MacroID getMacroRef(MacroInfo *MI, const IdentifierInfo *Name);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2227 Record.push_back(getMacroRef(DefMD->getInfo(), Name)); in WritePreprocessor()
2245 ModuleMacroRecord.push_back(getMacroRef(Macro->getMacroInfo(), Name)); in WritePreprocessor()
5057 MacroID ASTWriter::getMacroRef(MacroInfo *MI, const IdentifierInfo *Name) { in getMacroRef() function in ASTWriter