OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumExceptionsOrDecls
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
210
I.Fun.
NumExceptionsOrDecls
= 0;
260
I.Fun.
NumExceptionsOrDecls
= NumExceptions;
283
I.Fun.
NumExceptionsOrDecls
= DeclsInPrototype.size();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1317
///
NumExceptionsOrDecls
- This is the number of types in the
1320
unsigned
NumExceptionsOrDecls
;
1403
if (
NumExceptionsOrDecls
!= 0)
1486
return
NumExceptionsOrDecls
;
1493
return llvm::makeArrayRef(DeclsInPrototype,
NumExceptionsOrDecls
);
Completed in 76 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026