Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h465 iterator local_begin() { in local_begin() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2581 return llvm::make_range(PPRec->local_begin(), PPRec->local_end()); in getLocalPreprocessingEntities()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2358 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2388 for (PreprocessingRecord::iterator E = PPRec.local_begin(), in WritePreprocessorDetail()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp444 return visitPreprocessedEntities(PPRec.local_begin(), PPRec.local_end(), in visitPreprocessedEntitiesInRegion()