Searched refs:getIfLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1799 markSkipped(S->getIfLoc(), getStart(Then)); in coverIfConsteval() 1809 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval() 1832 SourceLocation startOfSkipped = S->getIfLoc(); in coverIfConstexpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2302 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; } in getIfLoc() function 2348 SourceLocation getBeginLoc() const { return getIfLoc(); } in getBeginLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1463 Builder.markChildToken(S->getIfLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromIfStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 222 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7730 S->getIfLoc(), S->getConditionVariable(), S->getCond(), in TransformIfStmt() 7779 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6826 auto ToIfLoc = importChecked(Err, S->getIfLoc()); in VisitIfStmt()
|