Searched defs:getExceptionSpecType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1302 if (getExceptionSpecType() == EST_Dynamic)
1304 else if (getExceptionSpecType() == EST_Unparsed)
1371 ExceptionSpecificationType getExceptionSpecType() const { function in struct:clang::DeclaratorChunk::FunctionTypeInfo
H A DSema.h4250 ExceptionSpecificationType getExceptionSpecType() const { function in class:clang::Sema::ImplicitExceptionSpecification
4272 ESI.Type = getExceptionSpecType();

Completed in 87 milliseconds