Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp138 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr()
159 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue()
/external/clang/lib/AST/
DExpr.cpp325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
372 bool RefersToEnclosingVariableOrCapture, in Create()
388 bool RefersToEnclosingVariableOrCapture, in Create()
/external/llvm-project/clang/lib/AST/
DExpr.cpp380 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr()
399 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
436 bool RefersToEnclosingVariableOrCapture, in Create()
450 bool RefersToEnclosingVariableOrCapture, in Create()
/external/clang/include/clang/AST/
DStmt.h178 unsigned RefersToEnclosingVariableOrCapture : 1; in LLVM_ALIGNAS() local
/external/llvm-project/clang/include/clang/AST/
DStmt.h376 unsigned RefersToEnclosingVariableOrCapture : 1; variable