Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp2263 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()