Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h401 struct DeserializedMacroInfoChain { struct
405 DeserializedMacroInfoChain *Next; argument
407 DeserializedMacroInfoChain *DeserialMIChainHead;
/external/clang/lib/Lex/
DPreprocessor.cpp157 for (DeserializedMacroInfoChain *I = DeserialMIChainHead ; I ; I = I->Next) in ~Preprocessor()
DPPDirectives.cpp65 DeserializedMacroInfoChain *MIChain = in AllocateDeserializedMacroInfo()
66 BP.Allocate<DeserializedMacroInfoChain>(); in AllocateDeserializedMacroInfo()