HomeSort by: relevance | last modified time | path
    Searched defs:StmtLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1242 SourceLocation StmtLoc;
1249 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()),
1253 StmtLoc = P.MisleadingIndentationElseLoc;
1302 StmtLoc.isMacroID() ||
1313 unsigned StmtColNum = getVisualIndentation(SM, StmtLoc);
1318 SM.getPresumedLineNumber(StmtLoc) !=
1323 P.Diag(StmtLoc, diag::note_previous_statement);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 15294 SourceLocation StmtLoc,
15306 unsigned StmtLine = SourceMgr.getPresumedLineNumber(StmtLoc,
15324 void Sema::DiagnoseEmptyStmtBody(SourceLocation StmtLoc,
15338 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))
15349 SourceLocation StmtLoc;
15353 StmtLoc = FS->getRParenLoc();
15357 StmtLoc = WS->getCond()->getSourceRange().getEnd();
15373 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))

Completed in 33 milliseconds