Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp424 return ConditionOrInitStatement::InitStmtDecl; in result()
539 return ConditionOrInitStatement::InitStmtDecl; in isCXXConditionDeclarationOrInitStatement()
H A DParseExprCXX.cpp2018 case ConditionOrInitStatement::InitStmtDecl: { in ParseCXXCondition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2473 InitStmtDecl, ///< Disambiguated as a simple-declaration init-statement. enumerator