Searched refs:isByref (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 682 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 685 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|