Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp438 return ConditionOrInitStatement::ConditionDecl; in result()
521 return ConditionOrInitStatement::ConditionDecl; in isCXXConditionDeclarationOrInitStatement()
H A DParseExprCXX.cpp1814 case ConditionOrInitStatement::ConditionDecl: in ParseCXXCondition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2225 ConditionDecl, ///< Disambiguated as the declaration form of condition. enumerator