Searched refs:MissingOK (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 2130 Sema::ConditionKind CK, bool MissingOK, in ParseCXXCondition() argument 2187 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 2199 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 2203 MissingOK); in ParseCXXCondition() 2219 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2093 bool MissingOK,
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7362 ConditionKind CK, bool MissingOK = false);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 20155 bool MissingOK) { in ActOnCondition() argument 20159 return MissingOK ? ConditionResult() : ConditionError(); in ActOnCondition()
|