reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4958 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
3023 Actions.ActOnBlockStart(CaretLoc, getCurScope());
tools/clang/lib/Sema/TreeTransform.h12728 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr);