Searched defs:getNodeAs (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h121 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
126 inline T* getNodeAs() const;
141 inline BasicBlock* RegionNode::getNodeAs<BasicBlock>() const { function in class:llvm::RegionNode
147 inline Region* RegionNode::getNodeAs<Region>() const { function in class:llvm::RegionNode
758 return OS << Node.getNodeAs<Region>()->getNameStr();
760 return OS << Node.getNodeAs<BasicBlock>()->getName();
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h73 const T *getNodeAs(StringRef ID) const { function in class:clang::ast_matchers::BoundNodes
74 return MyBoundNodes.getNodeAs<T>(ID);
77 /// \brief Deprecated. Please use \c getNodeAs instead.
81 return getNodeAs<T>(ID);
85 return getNodeAs<T>(ID);
H A DASTMatchersInternal.h74 const T *getNodeAs(StringRef ID) const { function in class:clang::ast_matchers::internal::BoundNodesMap

Completed in 128 milliseconds