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

/external/clang/lib/AST/
H A DASTContext.cpp2263 static QualType getFunctionTypeWithExceptionSpec( function
2269 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI));
2275 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI),
2276 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(),
2292 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI);
2303 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI);

Completed in 126 milliseconds