reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4967 void ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope);
3047 Actions.ActOnBlockError(CaretLoc, getCurScope()); 3092 Actions.ActOnBlockError(CaretLoc, getCurScope()); 3101 Actions.ActOnBlockError(CaretLoc, getCurScope());tools/clang/lib/Sema/TreeTransform.h
12746 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); 12772 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr);