Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h262 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
393 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
DStmt.h670 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
DExprCXX.h4172 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp93 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase()
1185 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/external/clang/lib/Sema/
DTreeTransform.h6633 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get()); in TransformCoreturnStmt()
6646 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get()); in TransformCoawaitExpr()
6659 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
7027 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
7033 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
7053 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()