Home
last modified time | relevance | path

Searched refs:getExceptLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1864 SourceLocation getLocStart() const LLVM_READONLY { return getExceptLoc(); } in getLocStart()
1867 SourceLocation getExceptLoc() const { return Loc; } in getExceptLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h3314 SourceLocation getBeginLoc() const LLVM_READONLY { return getExceptLoc(); } in getBeginLoc()
3316 SourceLocation getExceptLoc() const { return Loc; } in getExceptLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp2141 Record.AddSourceLocation(S->getExceptLoc()); in VisitSEHExceptStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1735 Record.AddSourceLocation(S->getExceptLoc()); in VisitSEHExceptStmt()
/external/clang/lib/Sema/
DTreeTransform.h7142 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(), in TransformSEHExceptStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8294 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(), in TransformSEHExceptStmt()