Searched refs:getKeywordLoc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 476 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
|
| H A D | Stmt.h | 1545 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() function 1555 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc() 1637 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc() 1694 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc() 1737 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc() 1740 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
|
| H A D | ExprCXX.h | 4724 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 4831 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 94 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase() 365 Record.AddSourceLocation(S->getKeywordLoc()); in VisitCoreturnStmt() 374 Record.AddSourceLocation(E->getKeywordLoc()); in VisitCoroutineSuspendExpr() 393 Record.AddSourceLocation(E->getKeywordLoc()); in VisitDependentCoawaitExpr() 1553 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1439 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt() 1449 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7842 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt() 7856 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get(), in TransformCoawaitExpr() 7877 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr() 7891 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr() 8270 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 8276 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 8296 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()
|