HomeSort by relevance Sort by last modified time
    Searched refs:DeserializedMacroInfoChain (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 644 struct DeserializedMacroInfoChain {
648 DeserializedMacroInfoChain *Next;
650 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 162 while (DeserializedMacroInfoChain *I = DeserialMIChainHead) {
164 I->~DeserializedMacroInfoChain();
    [all...]
PPDirectives.cpp 58 DeserializedMacroInfoChain *MIChain =
59 BP.Allocate<DeserializedMacroInfoChain>();
    [all...]

Completed in 85 milliseconds