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 447 struct DeserializedMacroInfoChain {
451 DeserializedMacroInfoChain *Next;
453 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 155 for (DeserializedMacroInfoChain *I = DeserialMIChainHead ; I ; I = I->Next)
PPDirectives.cpp 66 DeserializedMacroInfoChain *MIChain =
67 BP.Allocate<DeserializedMacroInfoChain>();
    [all...]

Completed in 57 milliseconds