Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h644 struct DeserializedMacroInfoChain { struct
648 DeserializedMacroInfoChain *Next; argument
650 DeserializedMacroInfoChain *DeserialMIChainHead;
/external/clang/lib/Lex/
DPreprocessor.cpp162 while (DeserializedMacroInfoChain *I = DeserialMIChainHead) { in ~Preprocessor()
164 I->~DeserializedMacroInfoChain(); in ~Preprocessor()
DPPDirectives.cpp58 DeserializedMacroInfoChain *MIChain = in AllocateDeserializedMacroInfo()
59 BP.Allocate<DeserializedMacroInfoChain>(); in AllocateDeserializedMacroInfo()