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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1200 SourceLocation StmtLoc; member in struct:__anon3105::MisleadingIndentationChecker
1207 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()),
1211 StmtLoc = P.MisleadingIndentationElseLoc;
1260 StmtLoc.isMacroID() ||
1271 unsigned StmtColNum = getVisualIndentation(SM, StmtLoc);
1276 SM.getPresumedLineNumber(StmtLoc) !=
1281 P.Diag(StmtLoc, diag::note_previous_statement);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3619 SourceLocation StmtLoc,
3622 CheckConditionVariable(cast<VarDecl>(ConditionVar), StmtLoc, CK);
3625 return ConditionResult(*this, ConditionVar, MakeFullExpr(E.get(), StmtLoc),
3632 SourceLocation StmtLoc,
3656 return CheckBooleanCondition(StmtLoc, Condition.get());
3659 return CheckBooleanCondition(StmtLoc, Condition.get(), true);
3662 return CheckSwitchCondition(StmtLoc, Condition.get());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4388 /// Emit \p DiagID if statement located on \p StmtLoc has a suspicious null
4394 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc,
11068 SourceLocation StmtLoc,
11074 SourceLocation StmtLoc,

Completed in 113 milliseconds