Searched refs:ActOnCastExpr (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseExpr.cpp | 2949 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression() 2999 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
|
D | ParseExprCXX.cpp | 3956 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 2376 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
|
D | ParseExprCXX.cpp | 3217 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4015 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5258 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 5936 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc, in ActOnCastExpr() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 7437 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc, in ActOnCastExpr() function in Sema
|