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 637 struct DeserializedMacroInfoChain {
641 DeserializedMacroInfoChain *Next;
643 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 159 while (DeserializedMacroInfoChain *I = DeserialMIChainHead) {
161 I->~DeserializedMacroInfoChain();
    [all...]
PPDirectives.cpp 53 DeserializedMacroInfoChain *MIChain =
54 BP.Allocate<DeserializedMacroInfoChain>();
    [all...]

Completed in 65 milliseconds