Searched refs:CaseLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp603 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : local
656 Actions.ActOnCaseStmt(CaseLoc, LHS.get(), DotDotDotLoc,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp338 Sema::ActOnCaseStmt(SourceLocation CaseLoc, Expr *LHSVal, argument
344 Diag(CaseLoc, diag::err_case_not_in_switch);
371 CaseStmt *CS = new (Context) CaseStmt(LHSVal, RHSVal, CaseLoc, DotDotDotLoc,
H A DTreeTransform.h1057 StmtResult RebuildCaseStmt(SourceLocation CaseLoc, argument
1062 return getSema().ActOnCaseStmt(CaseLoc, LHS, EllipsisLoc, RHS,
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2879 StmtResult ActOnCaseStmt(SourceLocation CaseLoc, Expr *LHSVal,

Completed in 136 milliseconds