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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2270 static QualType getFunctionTypeWithExceptionSpec( function
2276 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI));
2282 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI),
2283 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(),
2299 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI);
2310 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI);

Completed in 116 milliseconds