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

/external/clang/include/clang/AST/
H A DType.h2925 Result.ExceptionSpec = O;
2934 ExceptionSpecInfo ExceptionSpec; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
3019 EPI.ExceptionSpec.Type = getExceptionSpecType();
3022 if (EPI.ExceptionSpec.Type == EST_Dynamic) {
3023 EPI.ExceptionSpec.Exceptions = exceptions();
3024 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) {
3025 EPI.ExceptionSpec.NoexceptExpr = getNoexceptExpr();
3026 } else if (EPI.ExceptionSpec.Type == EST_Uninstantiated) {
3027 EPI.ExceptionSpec.SourceDecl = getExceptionSpecDecl();
3028 EPI.ExceptionSpec
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 357 milliseconds