HomeSort by: relevance | last modified time | path
    Searched refs:ActOnCastExpr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2956 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
3006 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
ParseExprCXX.cpp 3941 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5402 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 7537 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
7541 "ActOnCastExpr(): missing type or expr");

Completed in 88 milliseconds