Searched refs:MissingOK (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2022 Sema::ConditionKind CK, bool MissingOK, in ParseCXXCondition() argument 2078 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 2090 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 2094 MissingOK); in ParseCXXCondition() 2110 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 2012 bool MissingOK,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 20402 bool MissingOK) { in ActOnCondition() argument 20406 return MissingOK ? ConditionResult() : ConditionError(); in ActOnCondition()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 12832 ConditionKind CK, bool MissingOK = false);
|