HomeSort by relevance Sort by last modified time
    Searched defs:getNodeAs (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
RegionInfo.h 109 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
114 inline T* getNodeAs() const;
129 inline BasicBlock* RegionNode::getNodeAs<BasicBlock>() const {
135 inline Region* RegionNode::getNodeAs<Region>() const {
733 return OS << Node.getNodeAs<Region>()->getNameStr();
735 return OS << Node.getNodeAs<BasicBlock>()->getName();
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 73 const T *getNodeAs(StringRef ID) const {
74 return MyBoundNodes.getNodeAs<T>(ID);
77 /// \brief Deprecated. Please use \c getNodeAs instead.
81 return getNodeAs<T>(ID);
85 return getNodeAs<T>(ID);
    [all...]
ASTMatchersInternal.h 79 const T *getNodeAs(StringRef ID) const {
    [all...]

Completed in 634 milliseconds