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

/external/clang/include/clang/AST/
H A DStmtCXX.h88 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); }
91 SourceLocation getTryLoc() const { return TryLoc; } function in class:clang::CXXTryStmt
H A DStmt.h1875 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); }
1878 SourceLocation getTryLoc() const { return TryLoc; } function in class:clang::SEHTryStmt

Completed in 64 milliseconds