Searched refs:MissingOK (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1874 Sema::ConditionKind CK, bool MissingOK, in ParseCXXCondition() argument 1931 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 1949 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 1953 MissingOK); in ParseCXXCondition() 1969 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 4968 bool MissingOK,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 20647 bool MissingOK) { in ActOnCondition() argument 20651 return MissingOK ? ConditionResult() : ConditionError(); in ActOnCondition()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7785 ConditionKind CK, bool MissingOK = false);
|