Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp138 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr()
159 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp382 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr()
401 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
438 bool RefersToEnclosingVariableOrCapture, in Create()
452 bool RefersToEnclosingVariableOrCapture, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h376 unsigned RefersToEnclosingVariableOrCapture : 1; variable