Home
last modified time | relevance | path

Searched refs:TOK (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Index/
DIBOutletCollection.m11 // RUN: c-index-test -test-annotate-tokens=%s:4:1:5:1 %s | FileCheck -check-prefix=CHECK-TOK %s
12 // CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9
14 // CHECK-TOK: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=Obj…
15 // CHECK-TOK: Identifier: "Test" [4:22 - 4:26] ObjCClassRef=Test:3:12
17 // CHECK-TOK: Punctuation: ")" [4:26 - 4:27]
18 // CHECK-TOK: Identifier: "Test" [4:28 - 4:32] ObjCClassRef=Test:3:12
19 // CHECK-TOK: Punctuation: "*" [4:33 - 4:34] ObjCIvarDecl=anOutletCollection:4:34 (Definition)
20 // CHECK-TOK: Identifier: "anOutletCollection" [4:34 - 4:52] ObjCIvarDecl=anOutletCollection:4:34 (…
/external/clang/include/clang/Basic/
DTokenKinds.def12 // languages. Users of this file must optionally #define the TOK, KEYWORD,
17 #ifndef TOK
18 #define TOK(X)
21 #define PUNCTUATOR(X,Y) TOK(X)
24 #define KEYWORD(X,Y) TOK(kw_ ## X)
57 #define ANNOTATION(X) TOK(annot_ ## X)
114 TOK(unknown) // Not a token.
115 TOK(eof) // End of file.
116 TOK(eod) // End of preprocessing directive (end of line inside a
118 TOK(code_completion) // Code completion marker
[all …]
DTokenKinds.h26 #define TOK(X) X, macro
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m44 TOK = 100, enum
80 [connection sendResponseCode:TOK dataFollows:YES
/external/clang/lib/Basic/
DTokenKinds.cpp19 #define TOK(X) #X, macro
DIdentifierTable.cpp200 #define ALIAS(NAME, TOK, FLAGS) \ in AddKeywords() argument
201 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords()
/external/bison/tests/
Dinput.at1536 # Give %printer and %destructor "<*> exp TOK" instead of "<*>" to
1540 [[%token TOK
1541 %destructor { $%; @%; } <*> exp TOK;
1543 %printer { $%; @%; } <*> exp TOK;
1545 exp: TOK { $%; @%; $$ = $1; };
/external/bison/doc/
Dbison.texi12334 @c LocalWords: lvalue nonnegative XNUM CHR chr TAGLESS tagless stdout api TOK