Searched defs:buildCapture (Results 1 – 2 of 2) sorted by relevance
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1752 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() function 1764 static ExprResult buildCapture(Sema &S, Expr *CaptureExpr, DeclRefExpr *&Ref) { in buildCapture() function
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 4207 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() function 4219 static ExprResult buildCapture(Sema &S, Expr *CaptureExpr, DeclRefExpr *&Ref) { in buildCapture() function
|