Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2120 static QualType getFunctionTypeWithExceptionSpec( in getFunctionTypeWithExceptionSpec() function
2126 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
2132 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
2133 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(), in getFunctionTypeWithExceptionSpec()
2149 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI); in adjustExceptionSpec()
2160 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI); in adjustExceptionSpec()