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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2578 QualType getExceptionObjectType(QualType T) const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 3824 T = Context.getExceptionObjectType(T);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 854 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType());
SemaChecking.cpp 1869 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()),
SemaDeclCXX.cpp 16005 QualType initType = Context.getExceptionObjectType(ExDeclType);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6155 QualType ASTContext::getExceptionObjectType(QualType T) const {

Completed in 91 milliseconds