Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()
DPPLexerChange.cpp426 SourceMgr.local_sloc_entry_size() - in HandleEndOfFile()
/external/clang/lib/Lex/
DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()
DPPLexerChange.cpp396 SourceMgr.local_sloc_entry_size() - in HandleEndOfFile()
/external/llvm-project/clang/tools/libclang/
DCIndexInclusionStack.cpp77 const unsigned n = SM.local_sloc_entry_size(); in clang_getInclusions()
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp82 const unsigned n = SM.local_sloc_entry_size(); in clang_getInclusions()
/external/clang/lib/Basic/
DSourceManager.cpp543 if (unsigned(ID+1) >= local_sloc_entry_size()) in getNextFileID()
1559 if ((ID > 0 && unsigned(ID+1) == local_sloc_entry_size())) in getFileIDSize()
1654 for (unsigned I = 0, N = local_sloc_entry_size(); I != N; ++I) { in translateFile()
1689 for (unsigned I = 0, N = local_sloc_entry_size(); I != N; ++I) { in translateFile()
1803 if (unsigned(ID) >= local_sloc_entry_size()) in computeMacroArgsCache()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp510 if (unsigned(ID+1) >= local_sloc_entry_size()) in getNextFileID()
1569 if ((ID > 0 && unsigned(ID+1) == local_sloc_entry_size())) in getFileIDSize()
1620 for (unsigned I = 0, N = local_sloc_entry_size(); I != N; ++I) { in translateFile()
1715 if (unsigned(ID) >= local_sloc_entry_size()) in computeMacroArgsCache()
/external/clang/include/clang/Basic/
DSourceManager.h1506 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size() function
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1662 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size() function
/external/clang/lib/Serialization/
DASTWriter.cpp1566 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); I != N; ++I) { in WriteInputFiles()
1919 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1); in WriteSourceManagerBlock()
1920 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); in WriteSourceManagerBlock()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1447 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); I != N; ++I) { in WriteInputFiles()
1939 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1); in WriteSourceManagerBlock()
1940 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); in WriteSourceManagerBlock()