HomeSort by: relevance | last modified time | path
    Searched refs:getConstantTarget (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 336 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
666 LabelDecl *Target = IGS->getConstantTarget();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2641 /// getConstantTarget - Returns the fixed target of this indirect
2643 LabelDecl *getConstantTarget();
2644 const LabelDecl *getConstantTarget() const {
2645 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 1168 LabelDecl *IndirectGotoStmt::getConstantTarget() {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 688 if (const LabelDecl *Target = S.getConstantTarget()) {

Completed in 27 milliseconds