Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2259 void setSwitchLoc(SourceLocation L) { SwitchStmtBits.SwitchLoc = L; } in setSwitchLoc() function
2267 setSwitchLoc(SL); in setBody()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1062 setSwitchLoc(SourceLocation{}); in SwitchStmt()
H A DASTImporter.cpp6364 ToStmt->setSwitchLoc(ToSwitchLoc); in VisitSwitchStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp253 S->setSwitchLoc(readSourceLocation()); in VisitSwitchStmt()