HomeSort by relevance Sort by last modified time
    Searched defs:MacroMap (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 37 MacroMapTy MacroMap;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 108 /// MacroMap - Map of currently defined macros.
109 StringMap<Macro*> MacroMap;
388 for (StringMap<Macro*>::iterator it = MacroMap.begin(),
389 ie = MacroMap.end(); it != ie; ++it)
    [all...]

Completed in 368 milliseconds