Home
last modified time | relevance | path

Searched defs:endsSequenceInternal (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h462 bool endsSequenceInternal(A K1) const { in endsSequenceInternal() function
469 bool endsSequenceInternal(A K1, Ts... Tokens) const { in endsSequenceInternal() function
/external/llvm-project/clang/lib/Format/
DFormatToken.h717 template <typename A, typename... Ts> bool endsSequenceInternal(A K1) const { in endsSequenceInternal() function
724 bool endsSequenceInternal(A K1, Ts... Tokens) const { in endsSequenceInternal() function