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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3318 SourceLocation getBeginLoc() const LLVM_READONLY { return getExceptLoc(); }
3320 SourceLocation getExceptLoc() const { return Loc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 2142 Record.AddSourceLocation(S->getExceptLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8385 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(),

Completed in 32 milliseconds