OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumVars
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
DeclOpenMP.h
37
unsigned
NumVars
;
42
Decl(DK, DC, L),
NumVars
(0) { }
47
NumVars
);
53
NumVars
);
68
unsigned varlist_size() const { return
NumVars
; }
69
bool varlist_empty() const { return
NumVars
== 0; }
StmtOpenMP.h
77
unsigned
NumVars
;
83
NumVars
);
88
assert(VL.size() ==
NumVars
&&
99
: LParenLoc(LParenLoc),
NumVars
(N) { }
104
unsigned varlist_size() const { return
NumVars
; }
105
bool varlist_empty() const { return
NumVars
== 0; }
120
NumVars
);
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
[
all
...]
ASTReaderStmt.cpp
[
all
...]
Completed in 41 milliseconds