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

Declarations

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

References

tools/clang/lib/Parse/ParseExpr.cpp
 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);