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

/external/clang/lib/AST/
H A DStmt.cpp946 LabelDecl *IndirectGotoStmt::getConstantTarget() { function in class:IndirectGotoStmt
/external/clang/include/clang/AST/
H A DStmt.h1236 /// getConstantTarget - Returns the fixed target of this indirect
1238 LabelDecl *getConstantTarget();
1239 const LabelDecl *getConstantTarget() const { function in class:clang::IndirectGotoStmt
1240 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();

Completed in 54 milliseconds