Searched refs:StmtLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 8718 SourceLocation StmtLoc, in ShouldDiagnoseEmptyStmtBody() argument 8731 unsigned StmtLine = SourceMgr.getPresumedLineNumber(StmtLoc, in ShouldDiagnoseEmptyStmtBody() 8750 void Sema::DiagnoseEmptyStmtBody(SourceLocation StmtLoc, in DiagnoseEmptyStmtBody() argument 8764 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody)) in DiagnoseEmptyStmtBody() 8775 SourceLocation StmtLoc; in DiagnoseEmptyLoopBody() local 8779 StmtLoc = FS->getRParenLoc(); in DiagnoseEmptyLoopBody() 8783 StmtLoc = WS->getCond()->getSourceRange().getEnd(); in DiagnoseEmptyLoopBody() 8799 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody)) in DiagnoseEmptyLoopBody()
|
D | SemaExprCXX.cpp | 2555 SourceLocation StmtLoc, in CheckConditionVariable() argument 2581 Condition = CheckBooleanCondition(Condition.get(), StmtLoc); in CheckConditionVariable()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3267 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc, 4452 SourceLocation StmtLoc,
|