Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h43 unsigned InitialNumSLocEntries = 0; variable
160 return InitialNumSLocEntries; in getInitialNumSLocEntries()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp28 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()