Searched defs:SwitchLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1478 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp677 ExprResult Sema::CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) { argument
741 StmtResult Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, argument
862 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, argument
H A DTreeTransform.h1332 StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc, Stmt *Init, argument
1341 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h196 SourceLocation SwitchLoc; member in class:clang::SwitchStmtBitfields

Completed in 234 milliseconds