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.h1783 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; }
1793 SourceLocation getBeginLoc() const { return getKeywordLoc(); }
1875 SourceLocation getCaseLoc() const { return getKeywordLoc(); }
1932 SourceLocation getBeginLoc() const { return getKeywordLoc(); }
1975 SourceLocation getDefaultLoc() const { return getKeywordLoc(); }
1978 SourceLocation getBeginLoc() const { return getKeywordLoc(); }
H A DExprCXX.h5169 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
5253 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()
1671 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1445 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt()
1455 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8525 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt()
8543 getSema().getCurScope(), E->getKeywordLoc()); in TransformCoawaitExpr()
8548 E->getKeywordLoc(), Operand.get(), in TransformCoawaitExpr()
8569 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr()
8583 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
8973 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8979 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8999 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()