Home
last modified time | relevance | path

Searched refs:getThrowLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h329 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
DExprCXX.h936 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
/external/clang/include/clang/Sema/
DInitialization.h400 SourceLocation getThrowLoc() const { in getThrowLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1134 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()
1350 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h6772 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()
9370 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
DSemaInit.cpp5395 return Entity.getThrowLoc(); in getInitializationLoc()
/external/clang/lib/AST/
DASTImporter.cpp5313 SourceLocation ToAtThrowLoc = Importer.Import(S->getThrowLoc()); in VisitObjCAtThrowStmt()