Searched refs:MissingOK (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2032 Sema::ConditionKind CK, bool MissingOK, in ParseCXXCondition() argument 2088 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 2100 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 2104 MissingOK); in ParseCXXCondition() 2120 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2037 bool MissingOK,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 21155 bool MissingOK) { in ActOnCondition() argument 21159 return MissingOK ? ConditionResult() : ConditionError(); in ActOnCondition()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 13244 ConditionKind CK, bool MissingOK = false);
|