Home | History | Annotate | Download | only in AST

Lines Matching defs:getConstantTarget

1089   /// getConstantTarget - Returns the fixed target of this indirect
1091 LabelDecl *getConstantTarget();
1092 const LabelDecl *getConstantTarget() const {
1093 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();