Home
last modified time | relevance | path

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

1234

/external/clang/test/Index/
Dannotate-tokens.m159 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=Foo:1:12
163 // CHECK: Keyword: "int" [2:4 - 2:7] ObjCInstanceMethodDecl=compare::2:8
174 // CHECK: Keyword: "end" [3:2 - 3:5] ObjCInterfaceDecl=Foo:1:12
176 // CHECK: Keyword: "implementation" [5:2 - 5:16] ObjCImplementationDecl=Foo:5:17 (Definition)
180 // CHECK: Keyword: "int" [6:4 - 6:7] ObjCInstanceMethodDecl=compare::6:8 (Definition)
190 // CHECK: Keyword: "return" [7:3 - 7:9] ReturnStmt=
194 // CHECK: Keyword: "void" [8:4 - 8:8] CStyleCastExpr=
197 // CHECK: Keyword: "encode" [8:10 - 8:16] ObjCEncodeExpr=
204 // CHECK: Keyword: "end" [10:2 - 10:5]
205 // 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.m22 // CHECK-NEXT: Keyword: "import" [3:2 - 3:8] ModuleImport=DependsOnModule:3:1
25 // CHECK-NEXT: Keyword: "int" [4:1 - 4:4] VarDecl=glob:4:5
41 // CHECK-MOD-NEXT: Keyword: "int" [2:1 - 2:4] VarDecl=Module_Sub:2:6
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
141 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start()
164 WithColor(Printer, PDB_ColorItem::Keyword).get() in start()
190 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
192 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
247 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
249 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
DTypedefDumper.cpp31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start()
47 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump()
53 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
78 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
DClassDefinitionDumper.cpp38 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in start()
49 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess(); in start()
51 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in start()
124 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private"; in dumpAccessGroup()
128 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected"; in dumpAccessGroup()
132 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public"; in dumpAccessGroup()
DVariableDumper.cpp50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start()
58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start()
112 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
114 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
121 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in dump()
DEnumDumper.cpp26 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start()
DLinePrinter.h71 Keyword, enumerator
DTypeDumper.cpp92 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
/external/libnl/doc/stylesheets/
Dpygments.css8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
24 .highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
25 .highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
26 .highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
27 .highlight .kp { color: #AA22FF } /* Keyword.Pseudo */
28 .highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
29 .highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
/external/clang/include/clang/Basic/
DAttr.td206 class Keyword<string name> : Spelling<name, "Keyword">;
388 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,
389 Keyword<"_Alignas">];
393 Accessor<"isC11", [Keyword<"_Alignas">]>,
394 Accessor<"isAlignas", [Keyword<"alignas">,
395 Keyword<"_Alignas">]>,
426 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">];
479 let Spellings = [Keyword<"asm">, Keyword<"__asm__">];
529 let Spellings = [GCC<"cdecl">, Keyword<"__cdecl">, Keyword<"_cdecl">];
677 let Spellings = [Keyword<"_Noreturn">];
[all …]
/external/llvm/lib/AsmParser/
DLLLexer.cpp490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
493 if (Keyword == #STR) \ in LexIdentifier()
705 if (Keyword == STR) { \ in LexIdentifier()
726 if (Keyword == #STR) { \ in LexIdentifier()
789 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier()
790 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier()
802 if (Keyword.startswith("DIFlag")) { in LexIdentifier()
803 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
806 if (Keyword == "NoDebug" || Keyword == "FullDebug" || in LexIdentifier()
807 Keyword == "LineTablesOnly") { in LexIdentifier()
[all …]
/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/lib/Sema/
DSemaCoroutine.cpp104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext() argument
107 S.Diag(Loc, diag::err_coroutine_unevaluated_context) << Keyword; in checkCoroutineContext()
117 : diag::err_coroutine_outside_function) << Keyword; in checkCoroutineContext()
125 << isa<CXXDestructorDecl>(FD) << Keyword; in checkCoroutineContext()
127 S.Diag(Loc, diag::err_coroutine_constexpr) << Keyword; in checkCoroutineContext()
129 S.Diag(Loc, diag::err_coroutine_varargs) << Keyword; in checkCoroutineContext()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h641 const char *Keyword;
706 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword)
707 : Declaration(nullptr), Keyword(Keyword), Priority(Priority),
759 return Keyword;
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp436 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
440 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType()
459 if (Prefix || Keyword != ETK_None) { in getFullyQualifiedType()
460 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
/external/libxml2/os400/
Dxmllint.cmd39 CHOICE('Keyword') SPCVAL( +
74 CHOICE('Keyword') SPCVAL( +
95 CHOICE('Keyword') SPCVAL( +
/external/protobuf/editors/
Dproto.vim90 HiLink pbDefault Keyword
91 HiLink pbExtend Keyword
92 HiLink pbRPC Keyword
/external/clang/include/clang/AST/
DType.h1441 unsigned Keyword : 8;
1475 unsigned Keyword : 2;
4088 AutoType(QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent)
4096 AutoTypeBits.Keyword = (unsigned)Keyword;
4106 return (AutoTypeKeyword)AutoTypeBits.Keyword;
4126 AutoTypeKeyword Keyword, bool IsDependent) {
4128 ID.AddInteger((unsigned)Keyword);
4384 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc,
4390 TypeWithKeywordBits.Keyword = Keyword;
4395 return static_cast<ElaboratedTypeKeyword>(TypeWithKeywordBits.Keyword);
[all …]
/external/clang/lib/Basic/
DIdentifierTable.cpp160 static void AddKeyword(StringRef Keyword, in AddKeyword() argument
178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword()
185 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword() argument
188 IdentifierInfo &Info = Table.get(Keyword, TokenCode); in AddCXXOperatorKeyword()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.h22 enum SyntaxType { EndOfData, Number, Keyword, Name, Others }; enumerator
/external/clang/lib/AST/
DType.cpp2416 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() argument
2417 switch (Keyword) { in getTagTypeKindForKeyword()
2431 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() argument
2432 switch (Keyword) { in KeywordIsTagTypeKind()
2446 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() argument
2447 switch (Keyword) { in getKeywordName()
2461 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType() argument
2465 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon, true, true, in DependentTemplateSpecializationType()
2483 ElaboratedTypeKeyword Keyword, in Profile() argument
2487 ID.AddInteger(Keyword); in Profile()
[all …]
/external/python/cpython2/Lib/test/
Dtest_aepack.py14 aetypes.Keyword('kwrd'),

1234