Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTentative.cpp707 bool FoundUDSuffix = false; in TryParseOperatorId() local
709 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
713 if (!FoundUDSuffix) { in TryParseOperatorId()