Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp3064 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
3114 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
H A DParseExprCXX.cpp4035 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5877 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp8167 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc, in ActOnCastExpr() function in Sema