Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp575 lhs.second->getCaseLoc().getRawEncoding() in CmpCaseVals()
576 < rhs.second->getCaseLoc().getRawEncoding()) in CmpCaseVals()
DTreeTransform.h6177 StmtResult Case = getDerived().RebuildCaseStmt(S->getCaseLoc(), in TransformCaseStmt()
/external/clang/include/clang/AST/
DStmt.h707 SourceLocation getCaseLoc() const { return KeywordLoc; } in getCaseLoc() function
/external/clang/lib/AST/
DASTImporter.cpp4927 SourceLocation ToCaseLoc = Importer.Import(S->getCaseLoc()); in VisitCaseStmt()