Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp143 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr()
164 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp400 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr()
419 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr()
456 bool RefersToEnclosingVariableOrCapture, in Create()
470 bool RefersToEnclosingVariableOrCapture, in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h379 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas() local