Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTentative.cpp705 bool FoundUDSuffix = false; in TryParseOperatorId() local
707 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
711 if (!FoundUDSuffix) { in TryParseOperatorId()