Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTentative.cpp1000 bool FoundUDSuffix = false; in TryParseOperatorId() local
1002 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
1006 if (!FoundUDSuffix) { in TryParseOperatorId()