Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h275 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
493 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
H A DStmt.h1776 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() function
1786 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
1868 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc()
1925 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
1968 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc()
1971 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
H A DExprCXX.h5001 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
5085 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp160 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()
1661 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1444 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt()
1454 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8230 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt()
8248 getSema().getCurScope(), E->getKeywordLoc()); in TransformCoawaitExpr()
8253 E->getKeywordLoc(), Operand.get(), in TransformCoawaitExpr()
8274 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr()
8288 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
8667 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8673 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8693 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()