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 595 IdentifierInfo *Keyword = Tok.getIdentifierInfo();
598 if (Keyword == Ident_unavailable) {
601 << Keyword << SourceRange(UnavailableLoc);
614 << Keyword;
619 if (Keyword == Ident_message) {
638 if (Keyword == Ident_introduced)
640 else if (Keyword == Ident_deprecated)
642 else if (Keyword == Ident_obsoleted)
650 << Keyword
660 << Keyword << VersionRange
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 773 ElaboratedTypeKeyword Keyword
775 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
535 /// the keyword "typename" was used to declare the type parameter
537 /// "class" or "typename" keyword. ParamName is the name of the
    [all...]
SemaDeclCXX.cpp 109 // The keyword this shall not be used in a default argument of a
714 // function which uses the 'virtual' keyword.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 562 "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 578 milliseconds