Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessingRecord.h470 iterator local_end() { in local_end() function
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_parse.c1735 static void local_end (struct parseunit *);
1763 local_end,
1777 local_end,
2120 local_end( in local_end() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2582 return llvm::make_range(PPRec->local_begin(), PPRec->local_end()); in getLocalPreprocessingEntities()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2358 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2389 EEnd = PPRec.local_end(); in WritePreprocessorDetail()