Home
last modified time | relevance | path

Searched defs:hasParent (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DParentMap.h54 bool hasParent(const Stmt *S) const { return getParent(S) != nullptr; } in hasParent() function
/llvm-project/flang/module/
H A D__fortran_type_info.f9051 integer(1) :: hasParent component
/llvm-project/flang/runtime/
H A Dtype-info.h231 RT_API_ATTRS bool hasParent() const { return hasParent_; } in hasParent() function
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DLoopEmitter.cpp719 hasParent ? nullptr : iters[tid][lvl - 1].back().get(); in prepareLoopOverTensorAtLvl() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1031 hasParent = {}; global() variable