OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withNoReturn
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
6759
EPI1.ExtInfo = EPI1.ExtInfo.
withNoReturn
(Noreturn);
6760
EPI2.ExtInfo = EPI2.ExtInfo.
withNoReturn
(Noreturn);
SemaTemplateDeduction.cpp
4248
EPI.ExtInfo = EPI.ExtInfo.
withNoReturn
(NoReturn);
SemaDecl.cpp
3399
NewTypeInfo = NewTypeInfo.
withNoReturn
(true);
3646
= Context.adjustFunctionType(OldType, OldTypeInfo.
withNoReturn
(true));
SemaType.cpp
7395
FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().
withNoReturn
(true);
SemaExpr.cpp
15463
if (NoReturn && !Ext.getNoReturn()) Ext = Ext.
withNoReturn
(true);
15489
EPI.ExtInfo = FunctionType::ExtInfo().
withNoReturn
(NoReturn);
SemaOverload.cpp
1574
FromFn = Context.adjustFunctionType(FromFn, FromEInfo.
withNoReturn
(false));
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
9490
FunctionType::ExtInfo einfo = lbaseInfo.
withNoReturn
(NoReturn);
10642
if (BuiltinInfo.isNoReturn(Id)) EI = EI.
withNoReturn
(true);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
3733
ExtInfo
withNoReturn
(bool noReturn) const {
Completed in 180 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026