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

1 2 3

  /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)
load-decls.c 11 // CHECK: load-decls.c:2:3: EnumConstantDecl=Red:2:3 (Definition) Extent=[2:3 - 2:6]
12 // CHECK: load-decls.c:3:3: EnumConstantDecl=Green:3:3 (Definition) Extent=[3:3 - 3:8]
13 // CHECK: load-decls.c:4:3: EnumConstantDecl=Blue:4:3 (Definition) Extent=[4:3 - 4:7]
14 // CHECK: load-decls.c:6:3: EnumConstantDecl=Rouge:6:3 (Definition) Extent=[6:3 - 6:14]
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...]
linkage.c 17 // CHECK: EnumConstantDecl=Qux:3:12 (Definition)linkage=External
file-refs.c 27 // CHECK: EnumConstantDecl=VALUE:2:3 (Definition)
28 // CHECK-NEXT: EnumConstantDecl=VALUE:2:3 (Definition) =[2:3 - 2:8]
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.)
usrs.m 165 // CHECK-source: usrs.m:6:3: EnumConstantDecl=ABA:6:3 (Definition) Extent=[6:3 - 6:6]
166 // CHECK-source: usrs.m:7:3: EnumConstantDecl=CADABA:7:3 (Definition) Extent=[7:3 - 7:9]
168 // CHECK-source: usrs.m:11:3: EnumConstantDecl=FOO:11:3 (Definition) Extent=[11:3 - 11:6]
169 // CHECK-source: usrs.m:12:3: EnumConstantDecl=BAR:12:3 (Definition) Extent=[12:3 - 12:6]
175 // CHECK-source: usrs.m:21:3: EnumConstantDecl=CHEESE:21:3 (Definition) Extent=[21:3 - 21:9]
176 // CHECK-source: usrs.m:22:3: EnumConstantDecl=MUSHROOMS:22:3 (Definition) Extent=[22:3 - 22:12]
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}
c-index-getCursor-test.m 106 // CHECK: [41:3 - 41:11] EnumConstantDecl=someEnum:41:3 (Definition)
  /external/clang/lib/AST/
StmtIterator.cpp 108 else if (EnumConstantDecl* ECD = dyn_cast<EnumConstantDecl>(D)) {
153 EnumConstantDecl* ECD = cast<EnumConstantDecl>(decl);
NSAPI.cpp 397 if (const EnumConstantDecl *
398 EnumD = dyn_cast_or_null<EnumConstantDecl>(DRE->getDecl()))
DeclPrinter.cpp 52 void VisitEnumConstantDecl(EnumConstantDecl *D);
308 else if (isa<EnumConstantDecl>(*D)) {
384 void DeclPrinter::VisitEnumConstantDecl(EnumConstantDecl *D) {
    [all...]
Decl.cpp 457 } else if (isa<EnumConstantDecl>(D)) {
    [all...]
DumpXML.cpp 530 // EnumConstantDecl
531 void visitEnumConstantDeclChildren(EnumConstantDecl *D) {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 38 if (DR && isa<EnumConstantDecl>(DR->getDecl()))
  /external/clang/tools/libclang/
CXType.cpp 242 if (EnumConstantDecl *TD = dyn_cast_or_null<EnumConstantDecl>(D)) {
258 if (EnumConstantDecl *TD = dyn_cast_or_null<EnumConstantDecl>(D)) {
CursorVisitor.h 211 bool VisitEnumConstantDecl(EnumConstantDecl *D);