Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 3029 QualType ASTContext::getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function in ASTContext 3034 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 3039 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI), in getFunctionTypeWithExceptionSpec() 3046 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 3047 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI)); in getFunctionTypeWithExceptionSpec() 3061 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec() 3062 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec() 3093 getFunctionTypeWithExceptionSpec(FD->getType(), ESI); in adjustExceptionSpec() 3104 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2263 static QualType getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function 2269 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 2275 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 2276 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(), in getFunctionTypeWithExceptionSpec() 2292 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI); in adjustExceptionSpec() 2303 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI); in adjustExceptionSpec()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1167 QualType getFunctionTypeWithExceptionSpec(
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 889 getContext().getFunctionTypeWithExceptionSpec(FD->getType(), in StartFunction()
|
D | ItaniumCXXABI.cpp | 3995 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
|
D | CGExpr.cpp | 5127 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 7512 .getFunctionTypeWithExceptionSpec( in handleFunctionTypeAttr()
|
D | SemaOverload.cpp | 1583 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0), in IsFunctionConversion()
|