Searched refs:getKeywordLoc (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 262 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 393 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
|
D | Stmt.h | 670 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
|
D | ExprCXX.h | 4172 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtCXX.h | 274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 476 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
|
D | Stmt.h | 1545 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()
|
D | ExprCXX.h | 4712 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function 4819 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | XRefs.cpp | 928 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/ |
D | ASTWriterStmt.cpp | 94 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/ |
D | BuildTree.cpp | 1409 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromCaseStmt() 1419 Builder.markChildToken(S->getKeywordLoc(), in WalkUpFromDefaultStmt()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 93 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase() 1185 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 6633 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/ |
D | TreeTransform.h | 7751 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()
|