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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp314 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
507 LabelDecl *Target = IGS->getConstantTarget();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1239 /// getConstantTarget - Returns the fixed target of this indirect
1241 LabelDecl *getConstantTarget();
1242 const LabelDecl *getConstantTarget() const { function in class:clang::IndirectGotoStmt
1243 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp946 LabelDecl *IndirectGotoStmt::getConstantTarget() { function in class:IndirectGotoStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp409 if (const LabelDecl *Target = S.getConstantTarget()) {

Completed in 74 milliseconds