Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1795 bool byRef = (flags & 1); VisitBlockDecl() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4468 Capture(VarDecl * variable,bool byRef,bool nested,Expr * copy) Capture() argument