Searched refs:TOK (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Index/ |
D | IBOutletCollection.m | 11 // 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/ |
D | TokenKinds.def | 12 // languages. Users of this file must optionally #define the TOK, KEYWORD, 18 #ifndef TOK 19 #define TOK(X) 22 #define PUNCTUATOR(X,Y) TOK(X) 25 #define KEYWORD(X,Y) TOK(kw_ ## X) 64 #define ANNOTATION(X) TOK(annot_ ## X) 121 TOK(unknown) // Not a token. 122 TOK(eof) // End of file. 123 TOK(eod) // End of preprocessing directive (end of line inside a 125 TOK(code_completion) // Code completion marker [all …]
|
D | TokenKinds.h | 26 #define TOK(X) X, macro
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-line.m | 44 TOK = 100, enum 80 [connection sendResponseCode:TOK dataFollows:YES
|
/external/clang/lib/Basic/ |
D | TokenKinds.cpp | 19 #define TOK(X) #X, macro
|
D | IdentifierTable.cpp | 207 #define ALIAS(NAME, TOK, FLAGS) \ in AddKeywords() argument 208 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | rtl8139.c | 159 TER=0x08, TOK=0x04, RER=0x02, ROK=0x01 enumerator 485 outw ( ( enable ? ( ROK | RER | TOK | TER ) : 0 ), in rtl_irq()
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 19524 IŠTOK JOSIP 19525 IŠTOK JOSIP 19526 IŠTOK MIRJANA 19527 IŠTOK STEVAN 48059 REPŠTOK JOŽEF
|