OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExceptionSpec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
648
const Node *
ExceptionSpec
;
657
ExceptionSpec
(ExceptionSpec_) {}
660
F(Ret, Params, CVQuals, RefQual,
ExceptionSpec
);
696
if (
ExceptionSpec
!= nullptr) {
698
ExceptionSpec
->print(S);
3491
Node *
ExceptionSpec
= nullptr;
3493
ExceptionSpec
= make<NameType>("noexcept");
3494
if (!
ExceptionSpec
)
3500
ExceptionSpec
= make<NoexceptSpec>(E);
3501
if (!
ExceptionSpec
)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
3976
ExceptionSpecInfo
ExceptionSpec
;
3987
Result.
ExceptionSpec
= ESI;
4114
EPI.
ExceptionSpec
= getExceptionSpecInfo();
Completed in 50 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026