reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/TreeTransform.h
12726   BlockDecl *oldBlock = E->getBlockDecl();
12728   SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr);
12738   const FunctionProtoType *exprFunctionType = E->getFunctionType();
12743           E->getCaretLocation(), oldBlock->parameters(), nullptr,
12746     getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr);
12770   StmtResult body = getDerived().TransformStmt(E->getBody());
12772     getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr);
12788         cast<VarDecl>(getDerived().TransformDecl(E->getCaretLocation(),
12796   return SemaRef.ActOnBlockStmtExpr(E->getCaretLocation(), body.get(),