Searched refs:getTryLoc (Results 1 - 5 of 5) 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.h1921 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); }
1924 SourceLocation getTryLoc() const { return TryLoc; } function in class:clang::SEHTryStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1148 Writer.AddSourceLocation(S->getTryLoc(), Record);
1730 Writer.AddSourceLocation(S->getTryLoc(), Record);
/external/clang/lib/AST/
H A DASTImporter.cpp4879 SourceLocation ToTryLoc = Importer.Import(S->getTryLoc());
/external/clang/lib/Sema/
H A DTreeTransform.h6806 return getDerived().RebuildCXXTryStmt(S->getTryLoc(), TryBlock.get(),
7009 return getDerived().RebuildSEHTryStmt(S->getIsCXXTry(), S->getTryLoc(),

Completed in 220 milliseconds