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

  /external/clang/include/clang/Lex/
PreprocessingRecord.h 349 typedef int PPEntityID;
351 PPEntityID getPPEntityID(unsigned Index, bool isLoaded) const {
352 return isLoaded ? PPEntityID(Index) - LoadedPreprocessedEntities.size()
357 llvm::DenseMap<const MacroInfo *, PPEntityID> MacroDefinitions;
363 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
388 void RegisterMacroDefinition(MacroInfo *Macro, PPEntityID PPID);
422 PPEntityID Position;
433 iterator(PreprocessingRecord *Self, PPEntityID Position)
559 PPEntityID addPreprocessedEntity(PreprocessedEntity *Entity);
616 std::pair<PPEntityID, PPEntityID> Result
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 62 std::pair<PPEntityID, PPEntityID>
98 PPEntityID PPID = PPEI.Position;
129 std::pair<PreprocessingRecord::PPEntityID, PreprocessingRecord::PPEntityID>
247 PreprocessingRecord::PPEntityID
316 PPEntityID PPID) {
321 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){
349 llvm::DenseMap<const MacroInfo *, PPEntityID>::iterator Pos

Completed in 24 milliseconds