Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3191 QualType ASTContext::getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function in ASTContext
3196 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
3201 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI), in getFunctionTypeWithExceptionSpec()
3208 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
3209 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI)); in getFunctionTypeWithExceptionSpec()
3223 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec()
3224 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec()
3255 getFunctionTypeWithExceptionSpec(FD->getType(), ESI); in adjustExceptionSpec()
3266 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1289 QualType getFunctionTypeWithExceptionSpec(
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp946 auto ProtoTy = getContext().getFunctionTypeWithExceptionSpec( in StartFunction()
H A DItaniumCXXABI.cpp4124 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
H A DCGExpr.cpp5325 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7840 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
H A DSemaOverload.cpp1688 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()