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

1 2 3 4

  /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 30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
46 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
52 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
FunctionDumper.cpp 69 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
79 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
106 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
108 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
138 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual ";
161 WithColor(Printer, PDB_ColorItem::Keyword).get()
187 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
189 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
244 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
246 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "
    [all...]
EnumDumper.cpp 25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
ClassDefinitionDumper.cpp 37 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
48 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess();
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual";
123 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private";
127 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected";
131 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public";
VariableDumper.cpp 49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
113 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
120 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
LinePrinter.h 70 Keyword,
TypeDumper.cpp 91 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
LinePrinter.cpp 97 case PDB_ColorItem::Keyword:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntprov.h 63 ULONGLONG Keyword;
125 ULONGLONG Keyword
147 ULONGLONG Keyword,
195 ULONGLONG Keyword)
203 EventDescriptor->Keyword = Keyword;
267 return (EventDescriptor->Keyword);
334 ULONGLONG Keyword)
336 EventDescriptor->Keyword = Keyword;
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 16 Keyword: "nobold noitalic #008",
17 Keyword.Pseudo: "nobold noitalic #008",
18 Keyword.Type: "nobold noitalic #902000",
  /external/v8/tools/gyp/pylib/gyp/
easy_xml_test.py 72 '<Keyword>Win32Proj</Keyword>'
88 ['Keyword', 'Win32Proj'],
  /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 46 /// \brief Priority for a language keyword (that isn't any of the other
205 /// \brief Code completion occurred after the "enum" keyword, to indicate
208 /// \brief Code completion occurred after the "union" keyword, to indicate
211 /// \brief Code completion occurred after the "struct" or "class" keyword,
328 /// match the code-completion string, typically a keyword or the name of a
627 RK_Keyword, ///< Refers to a keyword or symbol.
637 /// \brief When Kind == RK_Keyword, the string representing the keyword
639 const char *Keyword;
703 /// \brief Build a result that refers to a keyword or symbol.
704 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 40 typedef struct Keyword {
44 } Keyword;
46 Keyword keywords[] ={ /* keep sorted: binary searched */
437 int binsearch(char *w, Keyword *kp, int n)
457 Keyword *kp;
  /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/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
58 syn keyword pbRepeat optional required repeated
59 syn keyword pbDefault default
60 syn keyword pbExtend extend extensions to max
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 41 template<typename unique_id,bool required> struct keyword;
132 res_type operator[]( keyword<typename NP::id,true> kw ) const { return m_param[kw]; }
133 res_type operator[]( keyword<typename NP::id,false> kw ) const { return m_param[kw]; }
136 bool has( keyword<typename NP::id,false> kw ) const { return m_param.has( kw ); }
139 void erase( keyword<typename NP::id,false> kw ) const { m_param.erase( kw ); }
190 ref_type operator[]( keyword<unique_id,true> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
191 ref_type operator[]( keyword<unique_id,false> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
193 nil_t operator[]( keyword<UnknownId,false> ) const { return nil_t::inst(); }
195 bool has( keyword<unique_id,false> ) const { return !m_erased; }
197 bool has( keyword<UnknownId,false> ) const { return false;
237 struct keyword { struct in namespace:boost::nfp
    [all...]

Completed in 718 milliseconds

1 2 3 4