Home
last modified time | relevance | path

Searched refs:MissingOK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1874 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 DParser.h4968 bool MissingOK,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp20647 bool MissingOK) { in ActOnCondition() argument
20651 return MissingOK ? ConditionResult() : ConditionError(); in ActOnCondition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7785 ConditionKind CK, bool MissingOK = false);