Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2111 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; } in getIfLoc() function
2157 SourceLocation getBeginLoc() const { return getIfLoc(); } in getBeginLoc()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1463 Builder.markChildToken(S->getIfLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromIfStmt()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp157 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h7589 S->getIfLoc(), S->getConditionVariable(), S->getCond(), in TransformIfStmt()
7627 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6577 auto ToIfLoc = importChecked(Err, S->getIfLoc()); in VisitIfStmt()