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

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

Completed in 302 milliseconds