Home
last modified time | relevance | path

Searched defs:Keyword (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/tool/
Dmkkeywordhash.c34 typedef struct Keyword Keyword; typedef
35 struct Keyword { struct
45 int iNext; /* Index in aKeywordTable[] of next with same hash */ argument
46 int substrId; /* Id to another keyword this keyword is embedded in */
47 int substrOffset; /* Offset into substrId for start of this keyword */
48 char zOrigName[20]; /* Original keyword name before processing */
/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
/external/clang/lib/AST/
DType.cpp1404 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword()
1419 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind()
1434 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName()
1449 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType()
1470 ElaboratedTypeKeyword Keyword, in Profile()
1483 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
DASTContext.cpp3265 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
3314 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType()
3345 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType()
3360 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType()
/external/clang/lib/Basic/
DIdentifierTable.cpp123 static void AddKeyword(StringRef Keyword, in AddKeyword()
160 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
/external/chromium_org/v8/src/
Ddateparser.h192 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
/external/clang/lib/Lex/
DModuleMap.cpp131 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
DLexer.cpp627 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h20 typedef enum { EndOfData, Number, Keyword, Name, Others } SyntaxType; enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp1142 StringRef Keyword; in Finish() local
DSemaType.cpp906 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local
3589 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local
5458 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
DSemaTemplateInstantiate.cpp993 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
DSemaCodeComplete.cpp2749 std::string Keyword; in CreateCodeCompletionString() local
4369 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
DSemaTemplate.cpp2239 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local
7867 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
DTreeTransform.h834 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
848 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType()
890 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
DSemaLookup.cpp3503 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
/external/chromium_org/third_party/jinja2/
Dnodes.py513 class Keyword(Helper): class
/external/clang/include/clang/Sema/
DSema.h1444 const IdentifierInfo *Keyword; variable
1453 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscgats.c92 char* Keyword; // Name of variable member
/external/clang/lib/Parse/
DParseDecl.cpp810 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
/external/clang/lib/Serialization/
DASTReader.cpp5359 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
5433 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
5444 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2674 Keyword = 1 << 3, enumerator
/external/chromium_org/third_party/blanketjs/src/
Dblanket.js78 Keyword: 4, property
/external/clang/include/clang/AST/
DExprCXX.h3302 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()
/external/chromium_org/third_party/polymer/components/polymer/
Dpolymer.js11 …var d=c.createShadowRoot(),e=document.createElement("span");d.appendChild(e),c.addEventListener("t…

12