Searched refs:getKeywordLoc (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 478 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
|
| H A D | Stmt.h | 1590 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() function 1600 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc() 1682 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc() 1739 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc() 1782 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc() 1785 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
|
| H A D | ExprCXX.h | 4983 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 5067 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 97 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase() 367 Record.AddSourceLocation(S->getKeywordLoc()); in VisitCoreturnStmt() 376 Record.AddSourceLocation(E->getKeywordLoc()); in VisitCoroutineSuspendExpr() 395 Record.AddSourceLocation(E->getKeywordLoc()); in VisitDependentCoawaitExpr() 1560 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1444 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt() 1454 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8072 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt() 8090 getSema().getCurScope(), E->getKeywordLoc()); in TransformCoawaitExpr() 8095 E->getKeywordLoc(), Operand.get(), in TransformCoawaitExpr() 8116 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr() 8130 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr() 8509 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 8515 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 8535 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()
|