Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3168 QualType ASTContext::getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function in ASTContext
3173 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
3178 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI), in getFunctionTypeWithExceptionSpec()
3185 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
3186 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI)); in getFunctionTypeWithExceptionSpec()
3200 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec()
3201 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec()
3232 getFunctionTypeWithExceptionSpec(FD->getType(), ESI); in adjustExceptionSpec()
3243 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1318 QualType getFunctionTypeWithExceptionSpec(
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp927 auto ProtoTy = getContext().getFunctionTypeWithExceptionSpec( in StartFunction()
H A DItaniumCXXABI.cpp4096 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
H A DCGExpr.cpp5338 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp7739 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
H A DSemaOverload.cpp1581 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()