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 628 struct MacroInfoChain {
630 MacroInfoChain *Next;
635 MacroInfoChain *MIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 148 while (MacroInfoChain *I = MIChainHead) {
150 I->~MacroInfoChain();
    [all...]
PPDirectives.cpp 37 MacroInfoChain *MIChain = BP.Allocate<MacroInfoChain>();
    [all...]

Completed in 49 milliseconds