Home
last modified time | relevance | path

Searched refs:getCaseLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp535 lhs.second->getCaseLoc().getRawEncoding() in CmpCaseVals()
536 < rhs.second->getCaseLoc().getRawEncoding()) in CmpCaseVals()
DTreeTransform.h5302 StmtResult Case = getDerived().RebuildCaseStmt(S->getCaseLoc(), in TransformCaseStmt()
/external/clang/include/clang/AST/
DStmt.h680 SourceLocation getCaseLoc() const { return KeywordLoc; } in getCaseLoc() function