Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h44 unsigned InitialNumSLocEntries = 0; variable
163 return InitialNumSLocEntries; in getInitialNumSLocEntries()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()