HomeSort by relevance Sort by last modified time
    Searched defs:Keyword (Results 1 - 12 of 12) sorted by null

  /external/javassist/src/main/javassist/compiler/ast/
Keyword.java 21 * Keyword.
23 public class Keyword extends ASTree {
26 public Keyword(int token) {
  /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/v8/src/
dateparser.h 215 static DateToken Keyword(KeywordType tag, int value, int length) {
291 // Look up a word in the keyword table and return an index.
295 // Get the type of the keyword at index i.
299 // Get the value of the keyword at index i.
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 706 IdentifierInfo *Keyword = Tok.getIdentifierInfo();
709 if (Keyword == Ident_unavailable) {
712 << Keyword << SourceRange(UnavailableLoc);
725 << Keyword;
730 if (Keyword == Ident_message) {
749 if (Keyword == Ident_introduced)
751 else if (Keyword == Ident_deprecated)
753 else if (Keyword == Ident_obsoleted)
761 << Keyword
771 << Keyword << VersionRange
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 776 ElaboratedTypeKeyword Keyword
778 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp 232 // The code is missing a 'template' keyword prior to the dependent template
537 /// the keyword "typename" was used to declare the type parameter
539 /// "class" or "typename" keyword. ParamName is the name of the
    [all...]
SemaDeclCXX.cpp 110 // The keyword this shall not be used in a default argument of a
728 // function which uses the 'virtual' keyword.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 568 "Incorrect C++ operator keyword flag");
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 744 milliseconds