Searched refs:ActOnCastExpr (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3064 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression() 3114 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
|
H A D | ParseExprCXX.cpp | 4035 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 5877 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 8167 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc, in ActOnCastExpr() function in Sema
|