Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp366 bool HasTextBehind = hasTextBehind(Idx, Tokens); in tokenize() local
369 if ((!HasTextAhead && !HasTextBehind) || (!HasTextAhead && Idx == 0)) in tokenize()
372 if ((!HasTextBehind && !HasTextAhead) || (!HasTextBehind && Idx == LastIdx)) in tokenize()