OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumDecls
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
DeclGroup.h
30
unsigned
NumDecls
;
36
DeclGroup() :
NumDecls
(0) {}
37
DeclGroup(unsigned
numdecls
, Decl** decls);
40
static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned
NumDecls
);
42
unsigned size() const { return
NumDecls
; }
45
assert (i <
NumDecls
&& "Out-of-bounds access.");
50
assert (i <
NumDecls
&& "Out-of-bounds access.");
72
static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned
NumDecls
) {
73
if (
NumDecls
== 0)
75
if (
NumDecls
== 1
[
all
...]
/external/clang/test/CodeGen/
byval-memcpy-elim.c
4
long
NumDecls
;
9
long
NumDecls
;
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
Completed in 438 milliseconds