Searched refs:getFunctionTypeWithExceptionSpec (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2141 static QualType getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function 2147 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 2153 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 2154 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(), in getFunctionTypeWithExceptionSpec() 2170 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI); in adjustExceptionSpec() 2181 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI); in adjustExceptionSpec()
|