Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp6359 SourceLocation StmtLoc, in ShouldDiagnoseEmptyStmtBody() argument
6372 unsigned StmtLine = SourceMgr.getSpellingLineNumber(StmtLoc, in ShouldDiagnoseEmptyStmtBody()
6391 void Sema::DiagnoseEmptyStmtBody(SourceLocation StmtLoc, in DiagnoseEmptyStmtBody() argument
6405 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody)) in DiagnoseEmptyStmtBody()
6416 SourceLocation StmtLoc; in DiagnoseEmptyLoopBody() local
6420 StmtLoc = FS->getRParenLoc(); in DiagnoseEmptyLoopBody()
6424 StmtLoc = WS->getCond()->getSourceRange().getEnd(); in DiagnoseEmptyLoopBody()
6441 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody)) in DiagnoseEmptyLoopBody()
DSemaExprCXX.cpp2223 SourceLocation StmtLoc, in CheckConditionVariable() argument
2250 Condition = CheckBooleanCondition(Condition.take(), StmtLoc); in CheckConditionVariable()
/external/clang/include/clang/Sema/
DSema.h2839 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc,
3939 SourceLocation StmtLoc,