Home
last modified time | relevance | path

Searched refs:DeserializedMacroInfoChain (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h637 struct DeserializedMacroInfoChain { struct
641 DeserializedMacroInfoChain *Next; argument
643 DeserializedMacroInfoChain *DeserialMIChainHead;
/external/clang/lib/Lex/
DPreprocessor.cpp159 while (DeserializedMacroInfoChain *I = DeserialMIChainHead) { in ~Preprocessor()
161 I->~DeserializedMacroInfoChain(); in ~Preprocessor()
DPPDirectives.cpp53 DeserializedMacroInfoChain *MIChain = in AllocateDeserializedMacroInfo()
54 BP.Allocate<DeserializedMacroInfoChain>(); in AllocateDeserializedMacroInfo()