Home
last modified time | relevance | path

Searched refs:getKeywordLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h257 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
388 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
DStmt.h658 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
DExprCXX.h4124 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp84 Writer.AddSourceLocation(S->getKeywordLoc(), Record); in VisitSwitchCase()
1172 Writer.AddSourceLocation(S->getKeywordLoc(), Record); in VisitMSDependentExistsStmt()
/external/clang/lib/Sema/
DTreeTransform.h6529 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get()); in TransformCoreturnStmt()
6542 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get()); in TransformCoawaitExpr()
6555 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
6917 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
6923 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
6943 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()