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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 509 SourceLocation getThrowLoc() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1204 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; }
1215 SourceLocation getBeginLoc() const { return getThrowLoc(); }
1218 return getThrowLoc();

Completed in 34 milliseconds