Lines Matching refs:getParent
58 if (getParent()) in setParent()
61 if (getParent()) in setParent()
68 const Function *F = getParent(); in getArgNo()
83 return getParent()->getAttributes(). in hasNonNullAttr()
91 return getParent()->getAttributes(). in hasByValAttr()
99 return getParent()->getAttributes(). in hasInAllocaAttr()
105 AttributeSet Attrs = getParent()->getAttributes(); in hasByValOrInAllocaAttr()
112 return getParent()->getParamAlignment(getArgNo()+1); in getParamAlignment()
120 return getParent()->getAttributes(). in hasNestAttr()
128 return getParent()->getAttributes(). in hasNoAliasAttr()
136 return getParent()->getAttributes(). in hasNoCaptureAttr()
144 if (this != getParent()->arg_begin()) in hasStructRetAttr()
146 return getParent()->getAttributes(). in hasStructRetAttr()
153 return getParent()->getAttributes(). in hasReturnedAttr()
160 return getParent()->getAttributes(). in onlyReadsMemory()
162 getParent()->getAttributes(). in onlyReadsMemory()
171 getParent()->addAttributes(getArgNo() + 1, in addAttr()
181 getParent()->removeAttributes(getArgNo() + 1, in removeAttr()
207 getParent()->getFunctionList().remove(this); in removeFromParent()
211 getParent()->getFunctionList().erase(this); in eraseFromParent()
279 if (getParent()) in setParent()
282 if (getParent()) in setParent()