Home
last modified time | relevance | path

Searched refs:AllowNonTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp105 /*isAddressOfOperand=*/false, TypoCorrectionTypeBehavior::AllowNonTypes); in ParseConditionalExpression()
141 TypoCorrectionTypeBehavior::AllowNonTypes); in ParseConstantExpression()
170 TypoCorrectionTypeBehavior::AllowNonTypes); in ParseArrayBoundExpression()
180 TypoCorrectionTypeBehavior::AllowNonTypes)); in ParseCaseExpression()
204 /*isAddressOfOperand=*/false, TypoCorrectionTypeBehavior::AllowNonTypes, in ParseConstraintLogicalAndExpression()
582 (CorrectionBehavior != TypoCorrectionTypeBehavior::AllowNonTypes); in CastExpressionIdValidator()
583 AllowNonTypes = in CastExpressionIdValidator()
595 if (!AllowNonTypes || !CorrectionCandidateCallback::ValidateCandidate(candidate)) in ValidateCandidate()
615 bool AllowNonTypes; member in __anon939f943e0311::CastExpressionIdValidator
1110 TypoCorrectionTypeBehavior::AllowNonTypes); in ParseCastExpression()
H A DParseOpenMP.cpp3388 TypoCorrectionTypeBehavior::AllowNonTypes)); in ParseOpenMPParensExpr()
3921 TypoCorrectionTypeBehavior::AllowNonTypes)); in ParseOpenMPSingleExprWithArgClause()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h107 AllowNonTypes, enumerator
3727 TypoCorrectionTypeBehavior::AllowNonTypes);
3731 TypoCorrectionTypeBehavior::AllowNonTypes);
3770 TypoCorrectionTypeBehavior::AllowNonTypes);
4042 TypoCorrectionTypeBehavior::AllowNonTypes,