Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2759 QualType ASTContext::getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function in ASTContext 2764 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 2770 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 2771 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI)); in getFunctionTypeWithExceptionSpec() 2785 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec() 2786 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec() 2794 getFunctionTypeWithExceptionSpec(FD->getType(), ESI); in adjustExceptionSpec() 2805 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1204 QualType getFunctionTypeWithExceptionSpec(
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 962 getContext().getFunctionTypeWithExceptionSpec(FD->getType(), in StartFunction()
|
| H A D | ItaniumCXXABI.cpp | 3651 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
|
| H A D | CGExpr.cpp | 4658 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1528 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()
|