Searched refs:ActOnCastExpr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3145 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
3195 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
H A DParseExprCXX.cpp4053 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(),
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6031 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8509 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc, function in class:Sema
8513 "ActOnCastExpr(): missing type or expr");

Completed in 336 milliseconds