Searched defs:getConstantTarget (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp944 LabelDecl *IndirectGotoStmt::getConstantTarget() { function in class:IndirectGotoStmt
/external/clang/include/clang/AST/
H A DStmt.h1261 /// getConstantTarget - Returns the fixed target of this indirect
1263 LabelDecl *getConstantTarget();
1264 const LabelDecl *getConstantTarget() const { function in class:clang::IndirectGotoStmt
1265 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();

Completed in 155 milliseconds