Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3168 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 D | ASTContext.h | 1318 QualType getFunctionTypeWithExceptionSpec(
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 927 auto ProtoTy = getContext().getFunctionTypeWithExceptionSpec( in StartFunction()
|
| H A D | ItaniumCXXABI.cpp | 4096 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
|
| H A D | CGExpr.cpp | 5338 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7739 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
|
| H A D | SemaOverload.cpp | 1581 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()
|