Home
last modified time | relevance | path

Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/AST/
DASTContext.cpp3029 QualType ASTContext::getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function in ASTContext
3034 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
3039 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI), in getFunctionTypeWithExceptionSpec()
3046 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
3047 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI)); in getFunctionTypeWithExceptionSpec()
3061 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec()
3062 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec()
3093 getFunctionTypeWithExceptionSpec(FD->getType(), ESI); in adjustExceptionSpec()
3104 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec()
/external/clang/lib/AST/
DASTContext.cpp2263 static QualType getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function
2269 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
2275 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
2276 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(), in getFunctionTypeWithExceptionSpec()
2292 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI); in adjustExceptionSpec()
2303 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI); in adjustExceptionSpec()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1167 QualType getFunctionTypeWithExceptionSpec(
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp889 getContext().getFunctionTypeWithExceptionSpec(FD->getType(), in StartFunction()
DItaniumCXXABI.cpp3995 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
DCGExpr.cpp5127 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp7512 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
DSemaOverload.cpp1583 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()