HomeSort by: relevance | last modified time | path
    Searched refs:local_sloc_entry_size (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessorLexer.cpp 27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
PPLexerChange.cpp 426 SourceMgr.local_sloc_entry_size() -
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexInclusionStack.cpp 77 const unsigned n = SM.local_sloc_entry_size();
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 515 if (unsigned(ID+1) >= local_sloc_entry_size())
1623 if ((ID > 0 && unsigned(ID+1) == local_sloc_entry_size()))
1674 for (unsigned I = 0, N = local_sloc_entry_size(); I != N; ++I) {
1769 if (unsigned(ID) >= local_sloc_entry_size())
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1673 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } function in class:clang::SourceManager
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1448 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); I != N; ++I) {
1944 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1);
1945 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size();

Completed in 105 milliseconds