Home
last modified time | relevance | path

Searched refs:TypoCorrectionTypeBehavior (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp47 Parser::ParseExpression(TypoCorrectionTypeBehavior CorrectionBehavior) { in ParseExpression()
76 TypoCorrectionTypeBehavior CorrectionBehavior) { in ParseAssignmentExpression()
105 /*isAddressOfOperand=*/false, TypoCorrectionTypeBehavior::AllowNonTypes); in ParseConditionalExpression()
122 TypoCorrectionTypeBehavior CorrectionBehavior) { in ParseConstantExpressionInExprEvalContext()
141 TypoCorrectionTypeBehavior::AllowNonTypes); in ParseConstantExpression()
170 TypoCorrectionTypeBehavior::AllowNonTypes); in ParseArrayBoundExpression()
180 TypoCorrectionTypeBehavior::AllowNonTypes)); in ParseCaseExpression()
204 /*isAddressOfOperand=*/false, TypoCorrectionTypeBehavior::AllowNonTypes, in ParseConstraintLogicalAndExpression()
564 TypoCorrectionTypeBehavior CorrectionBehavior, in ParseCastExpression()
579 TypoCorrectionTypeBehavior CorrectionBehavior) in CastExpressionIdValidator()
[all …]
H A DParseTemplate.cpp1322 TypoCorrectionTypeBehavior::AllowBoth); in ParseTemplateArgument()
H A DParser.cpp1611 TypoCorrectionTypeBehavior::AllowBoth, CastTy, RParenLoc); in ParseAsmStringLiteral()
H A DParseOpenMP.cpp3388 TypoCorrectionTypeBehavior::AllowNonTypes)); in ParseOpenMPParensExpr()
3921 TypoCorrectionTypeBehavior::AllowNonTypes)); in ParseOpenMPSingleExprWithArgClause()
H A DParseExprCXX.cpp3608 TypoCorrectionTypeBehavior::AllowTypes); in ParseCXXAmbiguousParenExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h106 enum class TypoCorrectionTypeBehavior { enum
3726 ExprResult ParseExpression(TypoCorrectionTypeBehavior CorrectionBehavior =
3727 TypoCorrectionTypeBehavior::AllowNonTypes);
3730 TypoCorrectionTypeBehavior CorrectionBehavior =
3731 TypoCorrectionTypeBehavior::AllowNonTypes);
3769 ParseAssignmentExpression(TypoCorrectionTypeBehavior CorrectionBehavior =
3770 TypoCorrectionTypeBehavior::AllowNonTypes);
4036 TypoCorrectionTypeBehavior CorrectionBehavior,
4041 TypoCorrectionTypeBehavior CorrectionBehavior =
4042 TypoCorrectionTypeBehavior::AllowNonTypes,
[all …]