Home
last modified time | relevance | path

Searched refs:MissingOK (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1250 Sema::ConditionKind CK, bool MissingOK, in ParseParenExprOrCondition() argument
1258 Cond = ParseCXXCondition(InitStmt, Loc, CK, MissingOK); in ParseParenExprOrCondition()
1267 MissingOK); in ParseParenExprOrCondition()
1287 MissingOK); in ParseParenExprOrCondition()
H A DParseExprCXX.cpp1971 Sema::ConditionKind CK, bool MissingOK, in ParseCXXCondition() argument
2027 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition()
2039 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition()
2043 MissingOK); in ParseCXXCondition()
2059 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1996 bool MissingOK,
2099 bool MissingOK, SourceLocation *LParenLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp20023 bool MissingOK) { in ActOnCondition() argument
20027 return MissingOK ? ConditionResult() : ConditionError(); in ActOnCondition()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12459 ConditionKind CK, bool MissingOK = false);