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

  /external/clang/lib/Lex/
PreprocessorLexer.cpp 27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
PPLexerChange.cpp 396 SourceMgr.local_sloc_entry_size() -
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 82 const unsigned n = SM.local_sloc_entry_size();
  /external/clang/lib/Basic/
SourceManager.cpp 543 if (unsigned(ID+1) >= local_sloc_entry_size())
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 1506 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } function in class:clang::SourceManager
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 58 milliseconds