Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp2254 static QualType getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function
2260 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
2266 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
2267 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(), in getFunctionTypeWithExceptionSpec()
2283 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI); in adjustExceptionSpec()
2294 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI); in adjustExceptionSpec()