OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enumerators
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/AST/
TemplateBase.cpp
44
for (const EnumConstantDecl* ECD : ET->getDecl()->
enumerators
()) {
/external/clang/utils/ABITest/
TypeGen.py
61
def __init__(self, index,
enumerators
):
63
self.
enumerators
=
enumerators
69
for i, init in enumerate(self.
enumerators
):
195
# Type
enumerators
262
# Figure out the number of
enumerators
in this type
272
# Find the requested combination of
enumerators
and build a
275
for
enumerators
in combinations(self.values, numEnumerators):
277
return EnumType(n,
enumerators
)
ABITestGen.py
216
for i in range(0, len(t.
enumerators
)):
/external/clang/lib/Index/
USRGeneration.cpp
490
auto enum_range = ED->
enumerators
();
/external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp
192
"other
enumerators
");
302
for (clang::EnumConstantDecl* enumerator : decl->
enumerators
()) {
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaCodeComplete.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/AST/
Decl.h
319
// The
enumerators
of an unscoped enumeration defined in
[
all
...]
/external/clang/lib/ARCMigrate/
ObjCMT.cpp
805
for (auto Enumerator : EnumDcl->
enumerators
()) {
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
791
// For an unscoped enum include the
enumerators
in the hash since they
794
for (const auto *EI : EnumD->
enumerators
()) {
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
[
all
...]
Completed in 3252 milliseconds