Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtCXX.h274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
476 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
DStmt.h1545 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()
DExprCXX.h4722 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
4829 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp94 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()
1564 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1439 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt()
1449 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h7865 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt()
7879 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get(), in TransformCoawaitExpr()
7900 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr()
7914 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
8293 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8299 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8319 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()