HomeSort by relevance Sort by last modified time
    Searched refs:Keyword (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/javassist/src/main/javassist/compiler/ast/
Keyword.java 21 * Keyword.
23 public class Keyword extends ASTree {
26 public Keyword(int token) {
Visitor.java 46 public void atKeyword(Keyword n) throws CompileError {}
  /external/llvm/tools/llvm-pdbdump/
TypedefDumper.cpp 31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
47 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
53 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
78 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
FunctionDumper.cpp 72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
141 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual ";
164 WithColor(Printer, PDB_ColorItem::Keyword).get()
190 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
192 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
247 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
249 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "
    [all...]
EnumDumper.cpp 26 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
ClassDefinitionDumper.cpp 38 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
49 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess();
51 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual";
124 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private";
128 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected";
132 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public";
VariableDumper.cpp 50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
112 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
114 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
121 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
LinePrinter.h 71 Keyword,
TypeDumper.cpp 92 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntprov.h 86 ULONGLONG Keyword;
122 BOOLEAN EVNTAPI EventProviderEnabled (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword);
124 ULONG EVNTAPI EventWriteString (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword, PCWSTR String);
161 ev->Keyword = keyw;
173 return ev->Keyword;
189 ev->Keyword |= keyw;
208 ev->Keyword = keyw;
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 22 enum SyntaxType { EndOfData, Number, Keyword, Name, Others };
  /external/llvm/lib/AsmParser/
LLLexer.cpp 446 /// Lex a label, integer type, keyword, or hexadecimal integer constant.
449 /// Keyword sdiv, float, ...
486 // Otherwise, this was a letter sequence. See which keyword this is.
490 StringRef Keyword(StartChar, CurPtr - StartChar);
491 #define KEYWORD(STR) \
493 if (Keyword == #STR) \
497 KEYWORD(true); KEYWORD(false);
498 KEYWORD(declare); KEYWORD(define)
    [all...]
  /external/markdown/markdown/
inlinepatterns.py 123 Keyword arguments:
145 Keyword arguments:
  /external/curl/tests/
keywords.pl 52 my %k; # keyword count
53 my %t; # keyword to test case mapping
127 <table><tr><th>Num</th><th>Keyword</th><th>Test Cases</th></tr>
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
207 /// \brief Code completion occurred after the "enum" keyword, to indicate
210 /// \brief Code completion occurred after the "union" keyword, to indicate
213 /// \brief Code completion occurred after the "struct" or "class" keyword,
330 /// match the code-completion string, typically a keyword or the name of a
629 RK_Keyword, ///< Refers to a keyword or symbol.
639 /// \brief When Kind == RK_Keyword, the string representing the keyword
641 const char *Keyword;
705 /// \brief Build a result that refers to a keyword or symbol.
706 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 48 /// \brief Priority for a language keyword (that isn't any of the other
211 /// \brief Code completion occurred after the "enum" keyword, to indicate
214 /// \brief Code completion occurred after the "union" keyword, to indicate
217 /// \brief Code completion occurred after the "struct" or "class" keyword,
334 /// match the code-completion string, typically a keyword or the name of a
628 RK_Keyword, ///< Refers to a keyword or symbol.
638 /// \brief When Kind == RK_Keyword, the string representing the keyword
640 const char *Keyword;
704 /// \brief Build a result that refers to a keyword or symbol.
705 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /external/clang/lib/Sema/
SemaCoroutine.cpp 104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) {
107 S.Diag(Loc, diag::err_coroutine_unevaluated_context) << Keyword;
117 : diag::err_coroutine_outside_function) << Keyword;
125 << isa<CXXDestructorDecl>(FD) << Keyword;
127 S.Diag(Loc, diag::err_coroutine_constexpr) << Keyword;
129 S.Diag(Loc, diag::err_coroutine_varargs) << Keyword;
  /external/protobuf/editors/
proto.vim 53 syn keyword pbTodo contained TODO FIXME XXX
56 syn keyword pbSyntax syntax import option
57 syn keyword pbStructure package message group oneof
58 syn keyword pbRepeat optional required repeated
59 syn keyword pbDefault default
60 syn keyword pbExtend extend extensions to max reserved
61 syn keyword pbRPC service rpc returns
63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
64 syn keyword pbType fixed32 fixed64 sfixed32 sfixed64
65 syn keyword pbType float double bool string byte
    [all...]

Completed in 405 milliseconds

1 2 3 4 5 6 7