Home
last modified time | relevance | path

Searched refs:VarAndKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1281 : VarAndKind(Var, Kind), Loc(Loc) { in Capture()
1301 return VarAndKind.getInt(); in getCaptureKind()
1307 return VarAndKind.getPointer(); in getCapturedVar()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp524 I.VarAndKind.setPointer(readDeclAs<VarDecl>()); in VisitCapturedStmt()
525 I.VarAndKind.setInt( in VisitCapturedStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3769 llvm::PointerIntPair<VarDecl *, 2, VariableCaptureKind> VarAndKind; variable