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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4958   void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);

References

tools/clang/lib/Parse/ParseExpr.cpp
 3023   Actions.ActOnBlockStart(CaretLoc, getCurScope());
tools/clang/lib/Sema/TreeTransform.h
12728   SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr);