Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()
H A DPPLexerChange.cpp458 SourceMgr.local_sloc_entry_size() - in HandleEndOfFile()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexInclusionStack.cpp77 const unsigned n = SM.local_sloc_entry_size(); in clang_getInclusions()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp516 if (unsigned(ID+1) >= local_sloc_entry_size()) in getNextFileID()
1629 if ((ID > 0 && unsigned(ID+1) == local_sloc_entry_size())) in getFileIDSize()
1680 for (unsigned I = 0, N = local_sloc_entry_size(); I != N; ++I) { in translateFile()
1775 if (unsigned(ID) >= local_sloc_entry_size()) in computeMacroArgsCache()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1702 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size() function
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1552 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); I != N; ++I) { in WriteInputFiles()
2055 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1); in WriteSourceManagerBlock()
2056 for (unsigned I = 1, N = SourceMgr.local_sloc_entry_size(); in WriteSourceManagerBlock()
4573 unsigned N = SrcMgr.local_sloc_entry_size(); in collectNonAffectingInputFiles()