Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp141 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr()
162 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp345 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr()
363 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
410 bool RefersToEnclosingVariableOrCapture, in Create()
426 bool RefersToEnclosingVariableOrCapture, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h345 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas() local