Searched refs:getExceptLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1833 SourceLocation getLocStart() const LLVM_READONLY { return getExceptLoc(); }
1836 SourceLocation getExceptLoc() const { return Loc; } function in class:clang::SEHExceptStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1631 Writer.AddSourceLocation(S->getExceptLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h6367 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(),

Completed in 149 milliseconds