Home
last modified time | relevance | path

Searched defs:byRef (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1720 bool byRef = (flags & 1); in VisitBlockDecl() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4353 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture()