HomeSort by relevance Sort by last modified time
    Searched full:enumconstantdecl (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Index/
complete-enums.c 17 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Color_Red} (65) (deprecated)
20 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Color_Blue} (7) (deprecated)
21 // CHECK-CC2-NEXT: EnumConstantDecl:{ResultType enum Color}{TypedText Color_Green} (7) (deprecated)
22 // CHECK-CC2-NEXT: EnumConstantDecl:{ResultType enum Color}{TypedText Color_Red} (7) (deprecated)
complete-enums.cpp 18 // CHECK-CC1: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Blue} (7)
19 // CHECK-CC1: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Green} (7)
20 // CHECK-CC1: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Red} (7)
23 // CHECK-CC2: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Blue} (7)
25 // CHECK-CC2: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Red} (7)
complete-type-factors.m 36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32)
40 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (32)
41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)
44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32)
46 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (32)
50 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
55 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (16)
56 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
59 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
61 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16
    [all...]
availability.c 19 // CHECK-2: EnumConstantDecl=old_enum:6:3 (Definition) (deprecated)
20 // CHECK-2: EnumConstantDecl=old_enum_plat:10:3 {{.*}} (macos, introduced=10.4, deprecated=10.5, obsoleted=10.7)
load-decls.c 13 // CHECK: load-decls.c:2:3: EnumConstantDecl=Red:2:3 (Definition) Extent=[2:3 - 2:6]
14 // CHECK: load-decls.c:3:3: EnumConstantDecl=Green:3:3 (Definition) Extent=[3:3 - 3:8]
15 // CHECK: load-decls.c:4:3: EnumConstantDecl=Blue:4:3 (Definition) Extent=[4:3 - 4:7]
16 // CHECK: load-decls.c:6:3: EnumConstantDecl=Rouge:6:3 (Definition) Extent=[6:3 - 6:14]
file-refs.c 27 // CHECK: EnumConstantDecl=VALUE:2:3 (Definition)
28 // CHECK-NEXT: EnumConstantDecl=VALUE:2:3 (Definition) =[2:3 - 2:8]
linkage.c 23 // CHECK: EnumConstantDecl=Qux:3:12 (Definition)linkage=External
recursive-cxx-member-calls.cpp 257 // CHECK-tokens: Identifier: "AT_IBAction" [14:7 - 14:18] EnumConstantDecl=AT_IBAction:14:7 (Definition)
259 // CHECK-tokens: Identifier: "AT_IBOutlet" [14:20 - 14:31] EnumConstantDecl=AT_IBOutlet:14:20 (Definition)
261 // CHECK-tokens: Identifier: "AT_IBOutletCollection" [14:33 - 14:54] EnumConstantDecl=AT_IBOutletCollection:14:33 (Definition)
263 // CHECK-tokens: Identifier: "AT_address_space" [15:7 - 15:23] EnumConstantDecl=AT_address_space:15:7 (Definition)
265 // CHECK-tokens: Identifier: "AT_alias" [15:25 - 15:33] EnumConstantDecl=AT_alias:15:25 (Definition)
267 // CHECK-tokens: Identifier: "AT_aligned" [15:35 - 15:45] EnumConstantDecl=AT_aligned:15:35 (Definition)
269 // CHECK-tokens: Identifier: "AT_always_inline" [15:47 - 15:63] EnumConstantDecl=AT_always_inline:15:47 (Definition)
271 // CHECK-tokens: Identifier: "AT_analyzer_noreturn" [16:7 - 16:27] EnumConstantDecl=AT_analyzer_noreturn:16:7 (Definition)
273 // CHECK-tokens: Identifier: "AT_annotate" [16:29 - 16:40] EnumConstantDecl=AT_annotate:16:29 (Definition)
275 // CHECK-tokens: Identifier: "AT_base_check" [16:42 - 16:55] EnumConstantDecl=AT_base_check:16:42 (Definition
    [all...]
complete-documentation-templates.cpp 122 // CHECK-CC4: EnumConstantDecl:{ResultType T3<int>::T9}{TypedText T10}{{.*}}(brief comment: This is T10.)
143 // CHECK-CC7: EnumConstantDecl:{ResultType T100<int, long>::T106}{TypedText T107}{{.*}}(brief comment: This is T107.)
targeted-annotation.c 91 // TOP: Identifier: "VALUE" [8:3 - 8:8] EnumConstantDecl=VALUE:8:3 (Definition)
92 // TOP: Punctuation: "=" [8:9 - 8:10] EnumConstantDecl=VALUE:8:3 (Definition)
code-completion.cpp 48 // CHECK-MEMBER: EnumConstantDecl:{ResultType X::E}{Informative E::}{TypedText Val1}
usrs.m 189 // CHECK-source: usrs.m:6:3: EnumConstantDecl=ABA:6:3 (Definition) Extent=[6:3 - 6:6]
190 // CHECK-source: usrs.m:7:3: EnumConstantDecl=CADABA:7:3 (Definition) Extent=[7:3 - 7:9]
192 // CHECK-source: usrs.m:11:3: EnumConstantDecl=FOO:11:3 (Definition) Extent=[11:3 - 11:6]
193 // CHECK-source: usrs.m:12:3: EnumConstantDecl=BAR:12:3 (Definition) Extent=[12:3 - 12:6]
199 // CHECK-source: usrs.m:21:3: EnumConstantDecl=CHEESE:21:3 (Definition) Extent=[21:3 - 21:9]
200 // CHECK-source: usrs.m:22:3: EnumConstantDecl=MUSHROOMS:22:3 (Definition) Extent=[22:3 - 22:12]
  /external/clang/test/Misc/
ast-dump-decl.c 42 // CHECK-NEXT: EnumConstantDecl{{.*}} testEnumDecl
92 // CHECK: EnumConstantDecl{{.*}} TestEnumConstantDecl 'int'
93 // CHECK: EnumConstantDecl{{.*}} TestEnumConstantDeclInit 'int'
110 // CHECK-NEXT: EnumConstantDecl{{.*}} e
  /external/clang/lib/AST/
StmtIterator.cpp 87 else if (EnumConstantDecl* ECD = dyn_cast<EnumConstantDecl>(D)) {
NSAPI.cpp 567 if (const EnumConstantDecl *
568 EnumD = dyn_cast_or_null<EnumConstantDecl>(DRE->getDecl()))
TemplateBase.cpp 37 /// \param Policy the printing policy for EnumConstantDecl printing.
44 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 37 if (DR && isa<EnumConstantDecl>(DR->getDecl()))
  /external/clang/tools/libclang/
CXType.cpp 280 if (const EnumConstantDecl *TD = dyn_cast_or_null<EnumConstantDecl>(D)) {
296 if (const EnumConstantDecl *TD = dyn_cast_or_null<EnumConstantDecl>(D)) {
CursorVisitor.h 212 bool VisitEnumConstantDecl(EnumConstantDecl *D);
CXIndexDataConsumer.h 408 bool handleEnumerator(const EnumConstantDecl *D);
  /external/clang/lib/Frontend/
ASTConsumers.cpp 428 EnumConstantDecl* ECD = cast<EnumConstantDecl>(I);
  /external/clang/lib/Index/
IndexingContext.cpp 188 isa<EnumConstantDecl>(D) ||
IndexDecl.cpp 176 bool VisitEnumConstantDecl(const EnumConstantDecl *D) {
  /external/clang/lib/Analysis/
ReachableCode.cpp 38 return isa<EnumConstantDecl>(DR->getDecl());
231 if (const EnumConstantDecl *ED = dyn_cast<EnumConstantDecl>(D))
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 307 milliseconds

1 2 3 4 5 6 7