HomeSort by: relevance | last modified time | path
    Searched refs:getThrowLoc (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 348 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; }
ExprCXX.h 1204 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; }
1215 SourceLocation getBeginLoc() const { return getThrowLoc(); }
1218 return getThrowLoc();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 509 SourceLocation getThrowLoc() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1494 Record.AddSourceLocation(S->getThrowLoc());
1730 Record.AddSourceLocation(E->getThrowLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 367 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD);
TreeTransform.h 8004 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get());
11655 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(),
SemaInit.cpp 6179 return Entity.getThrowLoc();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6498 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc());
7259 auto ToThrowLoc = importChecked(Err, E->getThrowLoc());

Completed in 51 milliseconds