Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2066 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; } in getIfLoc() function
2090 SourceLocation getBeginLoc() const { return getIfLoc(); } in getBeginLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1458 Builder.markChildToken(S->getIfLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp155 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7353 S->getIfLoc(), S->getConditionVariable(), S->getCond(), in TransformIfStmt()
7390 S->getIfLoc(), S->isConstexpr(), S->getLParenLoc(), Cond, in TransformIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6201 auto ToIfLoc = importChecked(Err, S->getIfLoc()); in VisitIfStmt()