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

  /external/clang/lib/Lex/
PreprocessorLexer.cpp 23 : PP(pp), FID(fid), InitialNumSLocEntries(0),
27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 36 unsigned InitialNumSLocEntries;
79 : PP(nullptr), InitialNumSLocEntries(0),
161 return InitialNumSLocEntries;

Completed in 712 milliseconds