Home
last modified time | relevance | path

Searched defs:VarExpr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h938 void addPotentialCapture(Expr *VarExpr) { in addPotentialCapture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3959 ExprResult VarExpr = in ParseOpenMPVarList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp7926 CurrentLSI->visitPotentialCaptures([&] (VarDecl *Var, Expr *VarExpr) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()