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

  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 123 inline MachineBasicBlock* RegionNodeBase<RegionTraits<MachineFunction>>::getNodeAs<MachineBasicBlock>() const {
130 inline MachineRegion* RegionNodeBase<RegionTraits<MachineFunction>>::getNodeAs<MachineRegion>() const {
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 171 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
175 template <class T> inline T *getNodeAs() const;
879 RegionNodeBase<RegionTraits<Function>>::getNodeAs<BasicBlock>() const {
887 RegionNodeBase<RegionTraits<Function>>::getNodeAs<Region>() const {
900 return OS << Node.template getNodeAs<RegionT>()->getNameStr();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 77 const T *getNodeAs(StringRef ID) const {
    [all...]
ASTMatchers.h 75 const T *getNodeAs(StringRef ID) const {
76 return MyBoundNodes.getNodeAs<T>(ID);
79 /// \brief Deprecated. Please use \c getNodeAs instead.
83 return getNodeAs<T>(ID);
87 return getNodeAs<T>(ID);
    [all...]

Completed in 195 milliseconds