Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTentative.cpp422 return ConditionOrInitStatement::ConditionDecl; in result()
539 return ConditionOrInitStatement::ConditionDecl; in isCXXConditionDeclarationOrInitStatement()
H A DParseExprCXX.cpp2077 case ConditionOrInitStatement::ConditionDecl: in ParseCXXCondition()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2503 ConditionDecl, ///< Disambiguated as the declaration form of condition. enumerator