Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3191 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 D | ASTContext.h | 1289 QualType getFunctionTypeWithExceptionSpec(
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 946 auto ProtoTy = getContext().getFunctionTypeWithExceptionSpec( in StartFunction()
|
| H A D | ItaniumCXXABI.cpp | 4124 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
|
| H A D | CGExpr.cpp | 5325 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7840 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
|
| H A D | SemaOverload.cpp | 1688 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()
|