Home
last modified time | relevance | path

Searched refs:CorrectDelayedTyposInExpr (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp241 Actions.CorrectDelayedTyposInExpr(Res); in ParseConstraintExpression()
311 Actions.CorrectDelayedTyposInExpr(E); in ParseConstraintLogicalAndExpression()
323 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression()
329 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalAndExpression()
330 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression()
358 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression()
364 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalOrExpression()
365 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression()
491 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression()
551 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression()
[all …]
H A DParseInit.cpp492 SubElt = Actions.CorrectDelayedTyposInExpr(SubElt.get()); in ParseBraceInitializer()
H A DParseStmt.cpp552 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()
1719 Cond = Actions.CorrectDelayedTyposInExpr(Cond); in ParseDoStatement()
1903 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()
2045 Actions.CorrectDelayedTyposInExpr(ForRangeInfo.RangeExpr.get()); in ParseForStatement()
H A DParseObjc.cpp2913 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()
3104 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
3264 Res = Actions.CorrectDelayedTyposInExpr(Res); in ParseObjCMessageExpressionBody()
3426 Res = Actions.CorrectDelayedTyposInExpr(Res.get()); in ParseObjCArrayLiteral()
3487 KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get()); in ParseObjCDictionaryLiteral()
3488 ValueExpr = Actions.CorrectDelayedTyposInExpr(ValueExpr.get()); in ParseObjCDictionaryLiteral()
H A DParseOpenMP.cpp3113 ExprResult PTExpr = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPInteropClause()
3172 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPInteropClause()
3657 ExprResult Begin = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr()
3669 ExprResult End = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr()
3683 Step = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr()
3926 Tail = Actions.CorrectDelayedTyposInExpr(Tail); in ParseOpenMPVarList()
3960 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPVarList()
H A DParseExprCXX.cpp1039 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer()
1132 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer()
3431 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
3531 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseRequiresExpression()
3598 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
H A DParseTemplate.cpp415 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseConceptDefinition()
996 DefaultArg = Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseNonTypeTemplateParameter()
H A DParseStmtAsm.cpp927 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
H A DParseDecl.cpp422 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression())); in ParseAttributeArgsCommon()
6237 ExprResult TrailingRequiresClause = Actions.CorrectDelayedTyposInExpr( in ParseDirectDeclarator()
6859 Actions.CorrectDelayedTyposInExpr( in ParseParameterDeclarationClause()
6956 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult); in ParseParameterDeclarationClause()
7101 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseBracketDeclarator()
7237 ExprResult Operand = Actions.CorrectDelayedTyposInExpr( in ParseTypeofSpecifier()
H A DParseCXXInlineMethods.cpp382 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult); in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp1005 Result = Actions.CorrectDelayedTyposInExpr( in ParseDecltypeSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp660 CorrectDelayedTyposInExpr(Pattern); in CheckPackExpansion()
1196 CorrectDelayedTyposInExpr(LHS); in ActOnCXXFoldExpr()
1197 CorrectDelayedTyposInExpr(RHS); in ActOnCXXFoldExpr()
H A DSemaCoroutine.cpp824 CorrectDelayedTyposInExpr(E); in ActOnCoawaitExpr()
923 CorrectDelayedTyposInExpr(E); in ActOnCoyieldExpr()
978 CorrectDelayedTyposInExpr(E); in ActOnCoreturnStmt()
H A DSemaStmt.cpp484 ExprResult Converted = CorrectDelayedTyposInExpr( in ActOnCaseExpr()
2173 ExprResult result = CorrectDelayedTyposInExpr(collection); in CheckObjCForCollectionOperand()
2330 ExprResult Res = SemaRef.CorrectDelayedTyposInExpr(Init); in FinishForRangeVarDecl()
3920 ExprResult RetVal = CorrectDelayedTyposInExpr( in ActOnReturnStmt()
H A DSemaExpr.cpp6690 ExprResult Result = CorrectDelayedTyposInExpr(TheCall); in BuildResolvedCallExpr()
7552 ExprResult Res = CorrectDelayedTyposInExpr(CastExpr); in ActOnCastExpr()
8719 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp()
8720 ExprResult LHSResult = CorrectDelayedTyposInExpr(LHSExpr); in ActOnConditionalOp()
8721 ExprResult RHSResult = CorrectDelayedTyposInExpr(RHSExpr); in ActOnConditionalOp()
13912 LHS = S.CorrectDelayedTyposInExpr(LHS); in CorrectDelayedTyposInBinOp()
13913 RHS = S.CorrectDelayedTyposInExpr( in CorrectDelayedTyposInBinOp()
18294 Res = CorrectDelayedTyposInExpr(Res); in ActOnConstantExpression()
19485 ExprResult Result = CorrectDelayedTyposInExpr(E); in CheckPlaceholderExpr()
H A DSemaExprCXX.cpp1418 Result = CorrectDelayedTyposInExpr(Result.get()); in ActOnCXXTypeConstructExpr()
8384 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr() function in Sema
8446 FullExpr = CorrectDelayedTyposInExpr(FullExpr.get(), /*InitDecl=*/nullptr, in ActOnFinishFullExpr()
H A DSemaDecl.cpp12091 CorrectDelayedTyposInExpr(Init, dyn_cast_or_null<VarDecl>(RealDecl)); in AddInitializerToDecl()
12116 ExprResult Res = CorrectDelayedTyposInExpr(Init, VDecl); in AddInitializerToDecl()
12255 ExprResult Res = CorrectDelayedTyposInExpr( in AddInitializerToDecl()
H A DSemaDeclCXX.cpp3967 ConstraintExpr = CorrectDelayedTyposInExpr(ConstraintExpr); in ActOnRequiresClause()
4165 ExprResult Res = CorrectDelayedTyposInExpr(Init); in BuildMemInitializer()
H A DSemaChecking.cpp1755 CorrectDelayedTyposInExpr(TheCallResult.get()); in CheckBuiltinFunctionCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4193 ExprResult CorrectDelayedTyposInExpr(
4199 ExprResult CorrectDelayedTyposInExpr(
4206 : CorrectDelayedTyposInExpr(ER.get(), InitDecl,