Lines Matching full:vardecl
1165 VarDecl *CondVar, Stmt *Then,
1175 Expr *Cond, VarDecl *CondVar) {
1194 VarDecl *CondVar, Stmt *Body) {
1215 VarDecl *CondVar, Sema::FullExprArg Inc,
1330 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
1344 VarDecl *Var,
1785 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl,
1790 VarDecl *Var = getSema().BuildExceptionDeclaration(nullptr, Declarator,
1802 VarDecl *ExceptionDecl,
1832 if (VarDecl *RangeVar = dyn_cast<VarDecl>(RangeStmt->getSingleDecl())) {
6107 VarDecl *ConditionVar = nullptr;
6110 = cast_or_null<VarDecl>(
6164 VarDecl *ConditionVar = nullptr;
6167 = cast_or_null<VarDecl>(
6202 VarDecl *ConditionVar = nullptr;
6205 = cast_or_null<VarDecl>(
6280 VarDecl *ConditionVar = nullptr;
6283 = cast_or_null<VarDecl>(
6604 VarDecl *Var = nullptr;
6605 if (VarDecl *FromVar = S->getCatchParamDecl()) {
6757 VarDecl *Var = nullptr;
6758 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) {
9829 C->getCapturedVar()->getInitStyle() == VarDecl::CallInit);
9835 VarDecl *OldVD = C->getCapturedVar();
9840 C->getCapturedVar()->getInitStyle() != VarDecl::CInit, NewExprInit);
9945 VarDecl *OldVD = C->getCapturedVar();
9946 VarDecl *NewVD = getSema().createLambdaInitCaptureVarDecl(
9985 VarDecl *Pack = C->getCapturedVar();
9988 VarDecl *CapturedVar
9989 = cast_or_null<VarDecl>(getDerived().TransformDecl(C->getLocation(),
10009 VarDecl *CapturedVar
10010 = cast_or_null<VarDecl>(getDerived().TransformDecl(C->getLocation(),
11053 VarDecl *oldCapture = I.getVariable();
11060 VarDecl *newCapture =
11061 cast<VarDecl>(getDerived().TransformDecl(E->getCaretLocation(),