Home
last modified time | relevance | path

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

/freebsd/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.h1908 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 DExprCXX.h5284 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 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()
1694 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1437 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt()
1447 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8875 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()