Home
last modified time | relevance | path

Searched refs:StmtLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp8718 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()
DSemaExprCXX.cpp2555 SourceLocation StmtLoc, in CheckConditionVariable() argument
2581 Condition = CheckBooleanCondition(Condition.get(), StmtLoc); in CheckConditionVariable()
/external/clang/include/clang/Sema/
DSema.h3267 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc,
4452 SourceLocation StmtLoc,