Home
last modified time | relevance | path

Searched refs:CachedTokensTy (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPCaching.cpp105 for (CachedTokensTy::size_type i = CachedLexPos; i != 0; --i) { in AnnotatePreviousCachedTokens()
106 CachedTokensTy::iterator AnnotBegin = CachedTokens.begin() + i-1; in AnnotatePreviousCachedTokens()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h607 typedef SmallVector<Token, 1> CachedTokensTy; typedef
611 CachedTokensTy CachedTokens;
618 CachedTokensTy::size_type CachedLexPos;
625 std::vector<CachedTokensTy::size_type> BacktrackPositions;