Home
last modified time | relevance | path

Searched refs:InitialNumSLocEntries (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorLexer.h43 unsigned InitialNumSLocEntries = 0; variable
155 return InitialNumSLocEntries; in getInitialNumSLocEntries()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()