Home
last modified time | relevance | path

Searched refs:Keyword (Results 1 – 25 of 67) sorted by relevance

123

/external/clang/test/Index/
Dannotate-tokens.m158 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=Foo:1:12
162 // CHECK: Keyword: "int" [2:4 - 2:7] ObjCInstanceMethodDecl=compare::2:8
173 // CHECK: Keyword: "end" [3:2 - 3:5] ObjCInterfaceDecl=Foo:1:12
175 // CHECK: Keyword: "implementation" [5:2 - 5:16] ObjCImplementationDecl=Foo:5:17 (Definition)
179 // CHECK: Keyword: "int" [6:4 - 6:7] ObjCInstanceMethodDecl=compare::6:8 (Definition)
189 // CHECK: Keyword: "return" [7:3 - 7:9] ReturnStmt=
193 // CHECK: Keyword: "void" [8:4 - 8:8] CStyleCastExpr=
196 // CHECK: Keyword: "encode" [8:10 - 8:16] ObjCEncodeExpr=
203 // CHECK: Keyword: "end" [10:2 - 10:5]
204 // CHECK: Keyword: "typedef" [14:1 - 14:8]
[all …]
Darc-annotate.m14 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=A:1:12
17 // CHECK: Keyword: "property" [2:2 - 2:10] ObjCPropertyDecl=property:2:34
19 // CHECK: Keyword: "strong" [2:12 - 2:18] ObjCPropertyDecl=property:2:34
21 // CHECK: Keyword: "nonatomic" [2:20 - 2:29] ObjCPropertyDecl=property:2:34
27 // CHECK: Keyword: "property" [3:2 - 3:10] ObjCPropertyDecl=second_property:3:32
29 // CHECK: Keyword: "nonatomic" [3:12 - 3:21] ObjCPropertyDecl=second_property:3:32
31 // CHECK: Keyword: "weak" [3:23 - 3:27] ObjCPropertyDecl=second_property:3:32
36 // CHECK: Keyword: "property" [4:2 - 4:10] ObjCPropertyDecl=third_property:4:45
38 // CHECK: Keyword: "unsafe_unretained" [4:12 - 4:29] ObjCPropertyDecl=third_property:4:45
40 // CHECK: Keyword: "nonatomic" [4:31 - 4:40] ObjCPropertyDecl=third_property:4:45
Dannotate-module.m20 // CHECK-NEXT: Keyword: "import" [3:2 - 3:8] ModuleImport=DependsOnModule:3:1
23 // CHECK-NEXT: Keyword: "int" [4:1 - 4:4] VarDecl=glob:4:5
39 // CHECK-MOD-NEXT: Keyword: "int" [2:1 - 2:4] VarDecl=Module_Sub:2:6
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp69 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
79 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
106 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
108 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
138 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start()
161 WithColor(Printer, PDB_ColorItem::Keyword).get() in start()
187 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
189 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
244 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
246 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
DTypedefDumper.cpp30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start()
46 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump()
52 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
DClassDefinitionDumper.cpp37 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in start()
48 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess(); in start()
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in start()
123 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private"; in dumpAccessGroup()
127 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected"; in dumpAccessGroup()
131 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public"; in dumpAccessGroup()
DVariableDumper.cpp49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start()
57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start()
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
113 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
120 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in dump()
DEnumDumper.cpp25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start()
DLinePrinter.h66 Keyword, enumerator
DTypeDumper.cpp91 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
DLinePrinter.cpp93 case PDB_ColorItem::Keyword: in translateColor()
/external/clang/include/clang/Basic/
DAttr.td197 } class Keyword<string name> : Spelling<name, "Keyword">;
354 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,
355 Keyword<"_Alignas">];
359 Accessor<"isC11", [Keyword<"_Alignas">]>,
360 Accessor<"isAlignas", [Keyword<"alignas">,
361 Keyword<"_Alignas">]>,
392 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">];
429 let Spellings = [Keyword<"asm">, Keyword<"__asm__">];
474 let Spellings = [GCC<"cdecl">, Keyword<"__cdecl">, Keyword<"_cdecl">];
602 let Spellings = [Keyword<"_Noreturn">];
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/_themes/webapp2/
Dpygapp2.py16 Keyword: "nobold noitalic #008",
17 Keyword.Pseudo: "nobold noitalic #008",
18 Keyword.Type: "nobold noitalic #902000",
/external/javassist/src/main/javassist/compiler/ast/
DKeyword.java23 public class Keyword extends ASTree { class
26 public Keyword(int token) { in Keyword() method in Keyword
DVisitor.java46 public void atKeyword(Keyword n) throws CompileError {} in atKeyword()
/external/clang/docs/
DAttributeReference.rst25 :header: "GNU", "C++11", "__declspec", "Keyword"
69 :header: "GNU", "C++11", "__declspec", "Keyword"
79 :header: "GNU", "C++11", "__declspec", "Keyword"
90 :header: "GNU", "C++11", "__declspec", "Keyword"
191 :header: "GNU", "C++11", "__declspec", "Keyword"
203 :header: "GNU", "C++11", "__declspec", "Keyword"
215 :header: "GNU", "C++11", "__declspec", "Keyword"
235 :header: "GNU", "C++11", "__declspec", "Keyword"
323 :header: "GNU", "C++11", "__declspec", "Keyword"
335 :header: "GNU", "C++11", "__declspec", "Keyword"
[all …]
/external/llvm/lib/AsmParser/
DLLLexer.cpp490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
493 if (Keyword == #STR) \ in LexIdentifier()
675 if (Keyword == STR) { \ in LexIdentifier()
695 if (Keyword == #STR) { \ in LexIdentifier()
753 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier()
754 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier()
765 if (Keyword.startswith("DIFlag")) { in LexIdentifier()
766 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h639 const char *Keyword;
704 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword)
705 : Declaration(nullptr), Keyword(Keyword), Priority(Priority),
757 return Keyword;
/external/protobuf/editors/
Dproto.vim90 HiLink pbDefault Keyword
91 HiLink pbExtend Keyword
92 HiLink pbRPC Keyword
/external/clang/lib/AST/
DType.cpp1401 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() argument
1402 switch (Keyword) { in getTagTypeKindForKeyword()
1416 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() argument
1417 switch (Keyword) { in KeywordIsTagTypeKind()
1431 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() argument
1432 switch (Keyword) { in getKeywordName()
1446 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType() argument
1450 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon, true, true, in DependentTemplateSpecializationType()
1467 ElaboratedTypeKeyword Keyword, in Profile() argument
1472 ID.AddInteger(Keyword); in Profile()
[all …]
/external/clang/lib/Basic/
DIdentifierTable.cpp153 static void AddKeyword(StringRef Keyword, in AddKeyword() argument
171 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword()
178 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword() argument
181 IdentifierInfo &Info = Table.get(Keyword, TokenCode); in AddCXXOperatorKeyword()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp61 case CPDF_StreamParser::Keyword: in Parse()
89 if (type == CPDF_StreamParser::Keyword) { in Handle_BeginImage()
129 if (type != CPDF_StreamParser::Keyword) { in Handle_BeginImage()
166 case CPDF_StreamParser::Keyword: { in ParsePathObject()
412 if (type != CPDF_StreamParser::Keyword) { in ReadInlineStream()
516 return Keyword; in ParseNextElement()
/external/clang/include/clang/AST/
DType.h1325 unsigned Keyword : 8;
4006 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc,
4012 TypeWithKeywordBits.Keyword = Keyword;
4017 return static_cast<ElaboratedTypeKeyword>(TypeWithKeywordBits.Keyword);
4036 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
4038 static bool KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword);
4040 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
4066 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS,
4068 : TypeWithKeyword(Keyword, Elaborated, CanonType,
4074 assert(!(Keyword == ETK_None && NNS == nullptr) &&
[all …]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscgats.c92 char* Keyword; // Name of variable member
1132 if (cmsstrcasecmp(Key, p->Keyword) == 0) in IsAvailableOnList()
1187 p->Keyword = AllocString(it8, Key); in AddToList()
1625 if (*p ->Keyword == '#') { in WriteHeader()
1645 if (!IsAvailableOnList(it8-> ValidKeywords, p->Keyword, NULL, NULL)) { in WriteHeader()
1649 WriteStr(fp, p->Keyword); in WriteHeader()
1653 AddAvailableProperty(it8, p->Keyword, WRITE_UNCOOKED); in WriteHeader()
1656 WriteStr(fp, p->Keyword); in WriteHeader()
2423 Props[n++] = p -> Keyword; in cmsIT8EnumProperties()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java258 Keyword k = (Keyword)mods.head(); in atMethodDecl()
310 if (target instanceof Keyword) { in needsSuperCall()
311 int token = ((Keyword)target).get(); in needsSuperCall()
1140 if (expr instanceof Keyword) { in isAlwaysBranch()
1141 int t = ((Keyword)expr).get(); in isAlwaysBranch()
1855 public void atKeyword(Keyword k) throws CompileError { in atKeyword()

123