Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessingRecord.h538 iterator local_end() { in local_end() function
/external/clang/tools/libclang/
DIndexing.cpp448 E = PPRec.local_end(); in indexPreprocessingRecord()
DCIndex.cpp399 return visitPreprocessedEntities(PPRec.local_begin(), PPRec.local_end(), in visitPreprocessedEntitiesInRegion()
/external/clang/lib/Serialization/
DASTWriter.cpp1778 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
1808 EEnd = PPRec.local_end(); in WritePreprocessorDetail()