Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h263 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
455 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
H A DStmt.h1373 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() function
1383 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
1465 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc()
1522 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
1559 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc()
1562 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
H A DExprCXX.h4381 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
4486 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp93 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase()
353 Record.AddSourceLocation(S->getKeywordLoc()); in VisitCoreturnStmt()
362 Record.AddSourceLocation(E->getKeywordLoc()); in VisitCoroutineSuspendExpr()
381 Record.AddSourceLocation(E->getKeywordLoc()); in VisitDependentCoawaitExpr()
1295 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7140 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt()
7154 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get(), in TransformCoawaitExpr()
7175 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr()
7189 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
7563 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
7569 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
7589 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()