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 401 struct DeserializedMacroInfoChain {
405 DeserializedMacroInfoChain *Next;
407 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 157 for (DeserializedMacroInfoChain *I = DeserialMIChainHead ; I ; I = I->Next)
PPDirectives.cpp 65 DeserializedMacroInfoChain *MIChain =
66 BP.Allocate<DeserializedMacroInfoChain>();
    [all...]

Completed in 263 milliseconds