Searched refs:getConstantTarget (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp299 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
488 LabelDecl *Target = IGS->getConstantTarget();
/external/clang/include/clang/AST/
H A DStmt.h1235 /// getConstantTarget - Returns the fixed target of this indirect
1237 LabelDecl *getConstantTarget();
1238 const LabelDecl *getConstantTarget() const { function in class:clang::IndirectGotoStmt
1239 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();
/external/clang/lib/AST/
H A DStmt.cpp796 LabelDecl *IndirectGotoStmt::getConstantTarget() { function in class:IndirectGotoStmt
/external/clang/lib/CodeGen/
H A DCGStmt.cpp354 if (const LabelDecl *Target = S.getConstantTarget()) {

Completed in 47 milliseconds