Searched refs:getKeywordLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 275 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 493 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
|
| H A D | Stmt.h | 1908 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } 1918 SourceLocation getBeginLoc() const { return getKeywordLoc(); } 1996 SourceLocation getCaseLoc() const { return getKeywordLoc(); } 2053 SourceLocation getBeginLoc() const { return getKeywordLoc(); } 2096 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } 2099 SourceLocation getBeginLoc() const { return getKeywordLoc(); }
|
| H A D | ExprCXX.h | 5284 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 5368 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 160 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase() 435 Record.AddSourceLocation(S->getKeywordLoc()); in VisitCoreturnStmt() 444 Record.AddSourceLocation(E->getKeywordLoc()); in VisitCoroutineSuspendExpr() 463 Record.AddSourceLocation(E->getKeywordLoc()); in VisitDependentCoawaitExpr() 1694 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1437 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt() 1447 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8875 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt() 8893 getSema().getCurScope(), E->getKeywordLoc()); in TransformCoawaitExpr() 8898 E->getKeywordLoc(), Operand.get(), in TransformCoawaitExpr() 8919 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr() 8933 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr() 9333 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 9339 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 9359 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()
|