Home
last modified time | relevance | path

Searched refs:local_sloc_entry_size (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Lex/
DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()
DPPLexerChange.cpp286 SourceMgr.local_sloc_entry_size() - in HandleEndOfFile()
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp33 unsigned n = SM.local_sloc_entry_size(); in clang_getInclusions()
/external/clang/lib/Basic/
DSourceManager.cpp1425 if ((ID > 0 && unsigned(ID+1) == local_sloc_entry_size())) in getFileIDSize()
1519 for (unsigned I = 0, N = local_sloc_entry_size(); I != N; ++I) { in translateFile()
1555 for (unsigned I = 0, N = local_sloc_entry_size(); I != N; ++I) { in translateFile()
1665 if (unsigned(ID) >= local_sloc_entry_size()) in computeMacroArgsCache()
/external/clang/include/clang/Basic/
DSourceManager.h1356 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size() function
/external/clang/lib/Serialization/
DASTWriter.cpp1433 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1); in WriteSourceManagerBlock()
1434 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); in WriteSourceManagerBlock()