Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h262 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
393 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
DStmt.h670 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
DExprCXX.h4172 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/external/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.h4712 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
4819 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp928 found(Case, C->getKeywordLoc()); in VisitSwitchCase()
958 return SM.isBeforeInTranslationUnit(L->getKeywordLoc(), R->getKeywordLoc()); in findCaseBounds()
963 return !SM.isBeforeInTranslationUnit(Loc, C->getKeywordLoc()); in findCaseBounds()
966 : (*CaseAfter)->getKeywordLoc(); in findCaseBounds()
977 return SourceRange((*CaseBefore)->getKeywordLoc(), End); in findCaseBounds()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp94 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase()
364 Record.AddSourceLocation(S->getKeywordLoc()); in VisitCoreturnStmt()
373 Record.AddSourceLocation(E->getKeywordLoc()); in VisitCoroutineSuspendExpr()
392 Record.AddSourceLocation(E->getKeywordLoc()); in VisitDependentCoawaitExpr()
1552 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1409 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt()
1419 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp93 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase()
1185 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
/external/clang/lib/Sema/
DTreeTransform.h6633 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get()); in TransformCoreturnStmt()
6646 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get()); in TransformCoawaitExpr()
6659 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
7027 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
7033 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
7053 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7751 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt()
7765 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get(), in TransformCoawaitExpr()
7786 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr()
7800 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()
8179 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8185 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
8205 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()