Home
last modified time | relevance | path

Searched refs:setSwitchLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2528 void setSwitchLoc(SourceLocation L) { SwitchStmtBits.SwitchLoc = L; } in setSwitchLoc() function
2536 setSwitchLoc(SL); in setBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1070 setSwitchLoc(SourceLocation{}); in SwitchStmt()
H A DASTImporter.cpp6860 ToStmt->setSwitchLoc(ToSwitchLoc); in VisitSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp261 S->setSwitchLoc(readSourceLocation()); in VisitSwitchStmt()