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

  /external/clang/lib/Lex/
PPDirectives.cpp 38 if (MICache) {
39 MIChain = MICache;
40 MICache = MICache->Next;
115 MIChain->Next = MICache;
116 MICache = MIChain;
    [all...]
Preprocessor.cpp 70 MacroArgCache(0), Record(0), MIChainHead(0), MICache(0),
  /external/clang/include/clang/Lex/
Preprocessor.h 397 /// MICache - A "freelist" of MacroInfo objects that can be reused for quick
399 MacroInfoChain *MICache;
    [all...]

Completed in 60 milliseconds