Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 1 of 1) sorted by relevance
/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()
|