Searched refs:MissingOK (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1250 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 D | ParseExprCXX.cpp | 1971 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 D | Parser.h | 1996 bool MissingOK, 2099 bool MissingOK, SourceLocation *LParenLoc,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 20023 bool MissingOK) { in ActOnCondition() argument 20027 return MissingOK ? ConditionResult() : ConditionError(); in ActOnCondition()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 12459 ConditionKind CK, bool MissingOK = false);
|