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 311 SourceMgr.local_sloc_entry_size() -
434 for (unsigned I = 0, N = SourceMgr.local_sloc_entry_size(); I != N; ++I) {
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 33 unsigned n = SM.local_sloc_entry_size();
  /external/clang/lib/Basic/
SourceManager.cpp 567 if (unsigned(ID+1) >= local_sloc_entry_size())
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 1460 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } function in class:clang::SourceManager
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 412 milliseconds