Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp298 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()
485 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
/external/clang/include/clang/AST/
DStmt.h1091 LabelDecl *getConstantTarget();
1092 const LabelDecl *getConstantTarget() const { in getConstantTarget() function
1093 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget(); in getConstantTarget()
/external/clang/lib/AST/
DStmt.cpp716 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
/external/clang/lib/CodeGen/
DCGStmt.cpp341 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()