Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h504 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp10521 LSI->addVLATypeCapture(C.getLocation(), I->getType()); in RebuildLambdaScopeInfo()
HDSemaExpr.cpp12960 CSI->addVLATypeCapture(ExprLoc, SizeType); in tryCaptureVariable()