Home
last modified time | relevance | path

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

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