Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessingRecord.h468 iterator local_end() { in local_end() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2584 return llvm::make_range(PPRec->local_begin(), PPRec->local_end()); in getLocalPreprocessingEntities()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2541 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2572 EEnd = PPRec.local_end(); in WritePreprocessorDetail()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp445 return visitPreprocessedEntities(PPRec.local_begin(), PPRec.local_end(), in visitPreprocessedEntitiesInRegion()