Lines Matching defs:getConstantTarget
1089 /// getConstantTarget - Returns the fixed target of this indirect1091 LabelDecl *getConstantTarget();1092 const LabelDecl *getConstantTarget() const {1093 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();