Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp479 return ConditionOrInitStatement::ConditionDecl; in result()
603 return ConditionOrInitStatement::ConditionDecl; in isCXXConditionDeclarationOrInitStatement()
H A DParseExprCXX.cpp2235 case ConditionOrInitStatement::ConditionDecl: in ParseCXXCondition()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2690 ConditionDecl, ///< Disambiguated as the declaration form of condition. enumerator