Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3072 QualType ASTContext::getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function in ASTContext
3077 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
3082 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI), in getFunctionTypeWithExceptionSpec()
3089 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
3090 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI)); in getFunctionTypeWithExceptionSpec()
3104 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec()
3105 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec()
3136 getFunctionTypeWithExceptionSpec(FD->getType(), ESI); in adjustExceptionSpec()
3147 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1210 QualType getFunctionTypeWithExceptionSpec(
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp901 getContext().getFunctionTypeWithExceptionSpec(FD->getType(), in StartFunction()
H A DItaniumCXXABI.cpp4091 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
H A DCGExpr.cpp5144 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7551 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
H A DSemaOverload.cpp1583 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()