OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionSpecType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1294
///
ExceptionSpecType
- An ExceptionSpecificationType value.
1295
unsigned
ExceptionSpecType
: 4;
1480
return static_cast<ExceptionSpecificationType>(
ExceptionSpecType
);
1485
assert(
ExceptionSpecType
!= EST_None);
1492
assert(
ExceptionSpecType
== EST_None);
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
207
I.Fun.
ExceptionSpecType
= ESpecType;
232
assert(I.Fun.
ExceptionSpecType
== ESpecType && "bitfield overflow");
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1607
unsigned
ExceptionSpecType
: 4;
4124
FunctionTypeBits.
ExceptionSpecType
);
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
3161
FunctionTypeBits.
ExceptionSpecType
= epi.ExceptionSpec.Type;
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026