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

  /external/clang/include/clang/Lex/
Preprocessor.h 635 struct MacroInfoChain {
637 MacroInfoChain *Next;
642 MacroInfoChain *MIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 151 while (MacroInfoChain *I = MIChainHead) {
153 I->~MacroInfoChain();
    [all...]
PPDirectives.cpp 42 MacroInfoChain *MIChain = BP.Allocate<MacroInfoChain>();
    [all...]

Completed in 793 milliseconds