HomeSort by: relevance | last modified time | path
    Searched refs:StmtLoc (Results 1 - 3 of 3) 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/
SemaExprCXX.cpp 3845 SourceLocation StmtLoc,
3848 CheckConditionVariable(cast<VarDecl>(ConditionVar), StmtLoc, CK);
3851 return ConditionResult(*this, ConditionVar, MakeFullExpr(E.get(), StmtLoc),
3858 SourceLocation StmtLoc,
3882 return CheckBooleanCondition(StmtLoc, Condition.get());
3885 return CheckBooleanCondition(StmtLoc, Condition.get(), true);
3888 return CheckSwitchCondition(StmtLoc, Condition.get());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4864 /// Emit \p DiagID if statement located on \p StmtLoc has a suspicious null
4870 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc,
11840 SourceLocation StmtLoc,
11846 SourceLocation StmtLoc,

Completed in 28 milliseconds