Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp615 for (auto *C : llvm::makeArrayRef(E->getSubExprs(), E->getNumSubExprs())) in computeDependence()
659 for (auto *E : llvm::makeArrayRef(A->getSubExprs(), A->getNumSubExprs())) in computeDependence()
H A DASTImporter.cpp6840 E->getSubExprs(), E->getSubExprs() + E->getNumSubExprs(), in VisitAtomicExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4356 Expr **getSubExprs() { return reinterpret_cast<Expr **>(SubExprs); } in getSubExprs() function
6222 Expr **getSubExprs() { return reinterpret_cast<Expr **>(SubExprs); } in getSubExprs() function
6223 const Expr * const *getSubExprs() const { in getSubExprs() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1261 Record.AddStmt(E->getSubExprs()[I]); in VisitAtomicExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2757 const Expr *SubExpr = AE->getSubExprs()[SI]; in VisitAtomicExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h13947 if (getDerived().TransformExprs(E->getSubExprs(), E->getNumSubExprs(), false, in TransformShuffleVectorExpr()
14077 if (getDerived().TransformExprs(E->getSubExprs(), E->getNumSubExprs(), false, in TransformAtomicExpr()