Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DmdOut.h121 bool hasParens = fEnd + 2 <= fRefEnd && "()" == string(fEnd, 2); in setLower() local
122 if (hasParens) { in setLower()
/external/clang/lib/Parse/
DParseDecl.cpp6267 const bool hasParens = Tok.is(tok::l_paren); in ParseTypeofSpecifier() local
6277 if (hasParens) in ParseTypeofSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp7167 const bool hasParens = Tok.is(tok::l_paren); in ParseTypeofSpecifier() local
7178 if (hasParens) in ParseTypeofSpecifier()