Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp138 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr()
159 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp382 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr()
401 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
438 bool RefersToEnclosingVariableOrCapture, in Create()
452 bool RefersToEnclosingVariableOrCapture, in Create()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h376 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas() local