Home
last modified time | relevance | path

Searched refs:getIfLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1799 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 DStmt.h2302 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 DBuildTree.cpp1463 Builder.markChildToken(S->getIfLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp222 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7730 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 DASTImporter.cpp6826 auto ToIfLoc = importChecked(Err, S->getIfLoc()); in VisitIfStmt()