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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2717 ExtInfo withNoReturn(bool noReturn) const { function in class:clang::FunctionType::ExtInfo
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3520 EI = EI.withNoReturn(NoReturn);
H A DSemaType.cpp4471 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true);
H A DSemaDecl.cpp2418 NewTypeInfo = NewTypeInfo.withNoReturn(true);
2632 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true));
H A DSemaExpr.cpp10383 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);
10409 EPI.ExtInfo = FunctionType::ExtInfo().withNoReturn(NoReturn);
H A DSemaOverload.cpp1352 FromFn = Context.adjustFunctionType(FromFn, EInfo.withNoReturn(false));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6996 FunctionType::ExtInfo einfo = lbaseInfo.withNoReturn(NoReturn);
7822 if (BuiltinInfo.isNoReturn(Id)) EI = EI.withNoReturn(true);

Completed in 572 milliseconds