Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorLexer.h36 unsigned InitialNumSLocEntries; variable
79 : PP(nullptr), InitialNumSLocEntries(0), in PreprocessorLexer()
161 return InitialNumSLocEntries; in getInitialNumSLocEntries()
/external/clang/lib/Lex/
DPreprocessorLexer.cpp23 : PP(pp), FID(fid), InitialNumSLocEntries(0), in PreprocessorLexer()
27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessorLexer.h42 unsigned InitialNumSLocEntries = 0; variable
154 return InitialNumSLocEntries; in getInitialNumSLocEntries()
/external/llvm-project/clang/lib/Lex/
DPreprocessorLexer.cpp27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size(); in PreprocessorLexer()