Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 3072 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 D | ASTContext.h | 1210 QualType getFunctionTypeWithExceptionSpec(
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 901 getContext().getFunctionTypeWithExceptionSpec(FD->getType(), in StartFunction()
|
H A D | ItaniumCXXABI.cpp | 4091 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
|
H A D | CGExpr.cpp | 5144 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 7551 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
|
H A D | SemaOverload.cpp | 1583 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()
|