Searched refs:ActOnParenListExpr (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 905 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer() 2796 Initializer = Actions.ActOnParenListExpr(ConstructorLParen, in ParseCXXNewExpression()
|
D | ParseExpr.cpp | 2404 Result = Actions.ActOnParenListExpr(OpenLoc, Tok.getLocation(), in ParseParenExpression()
|
D | ParseDecl.cpp | 2124 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 987 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer() 3173 Initializer = Actions.ActOnParenListExpr(ConstructorLParen, in ParseCXXNewExpression()
|
D | ParseExpr.cpp | 3030 Result = Actions.ActOnParenListExpr(OpenLoc, Tok.getLocation(), in ParseParenExpression()
|
D | ParseOpenMP.cpp | 485 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl()
|
D | ParseDecl.cpp | 2380 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 6276 return S.ActOnParenListExpr(ParenRange.getBegin(), ParenRange.getEnd(), in Perform()
|
D | TreeTransform.h | 2293 return getSema().ActOnParenListExpr(LParenLoc, RParenLoc, SubExprs); in RebuildParenListExpr()
|
D | SemaExpr.cpp | 6107 ExprResult Sema::ActOnParenListExpr(SourceLocation L, in ActOnParenListExpr() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3868 ExprResult ActOnParenListExpr(SourceLocation L,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 7984 return S.ActOnParenListExpr(ParenRange.getBegin(), ParenRange.getEnd(), in Perform()
|
D | TreeTransform.h | 2687 return getSema().ActOnParenListExpr(LParenLoc, RParenLoc, SubExprs); in RebuildParenListExpr()
|
D | SemaExpr.cpp | 7610 ExprResult Sema::ActOnParenListExpr(SourceLocation L, in ActOnParenListExpr() function in Sema
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5052 ExprResult ActOnParenListExpr(SourceLocation L,
|