Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h739 void addVLATypeCapture(SourceLocation Loc, const VariableArrayType *VLAType, in addVLATypeCapture() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15403 LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(), in RebuildLambdaScopeInfo()
H A DSemaExpr.cpp4444 CSI->addVLATypeCapture(Size->getExprLoc(), VAT, Context.getSizeType()); in captureVariablyModifiedType()