Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1007 SourceLocation getSwitchLoc() const { return SwitchLoc; } in getSwitchLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp148 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
/external/clang/lib/Sema/
DTreeTransform.h6327 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()
6334 = getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), in TransformSwitchStmt()
6345 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
/external/clang/lib/AST/
DASTImporter.cpp5029 ToStmt->setSwitchLoc(Importer.Import(S->getSwitchLoc())); in VisitSwitchStmt()