Searched defs:StmtLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2452 SourceLocation StmtLoc,
2478 Condition = CheckBooleanCondition(Condition.get(), StmtLoc);
2451 CheckConditionVariable(VarDecl *ConditionVar, SourceLocation StmtLoc, bool ConvertToBoolean) argument
H A DSemaChecking.cpp7648 SourceLocation StmtLoc,
7661 unsigned StmtLine = SourceMgr.getSpellingLineNumber(StmtLoc,
7680 void Sema::DiagnoseEmptyStmtBody(SourceLocation StmtLoc, argument
7694 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))
7705 SourceLocation StmtLoc; local
7709 StmtLoc = FS->getRParenLoc();
7713 StmtLoc = WS->getCond()->getSourceRange().getEnd();
7729 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))
7647 ShouldDiagnoseEmptyStmtBody(const SourceManager &SourceMgr, SourceLocation StmtLoc, const NullStmt *Body) argument

Completed in 378 milliseconds