Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp144 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr()
165 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp483 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr()
502 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
539 bool RefersToEnclosingVariableOrCapture, in Create()
553 bool RefersToEnclosingVariableOrCapture, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h381 unsigned RefersToEnclosingVariableOrCapture : 1; variable