| /external/chromium_org/third_party/sqlite/src/tool/ |
| D | mkkeywordhash.c | 34 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/ |
| D | Keyword.java | 23 public class Keyword extends ASTree { class 26 public Keyword(int token) { in Keyword() method in Keyword
|
| /external/clang/lib/AST/ |
| D | Type.cpp | 1404 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
|
| D | ASTContext.cpp | 3265 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/ |
| D | IdentifierTable.cpp | 123 static void AddKeyword(StringRef Keyword, in AddKeyword() 160 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
|
| /external/chromium_org/v8/src/ |
| D | dateparser.h | 192 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
|
| /external/clang/lib/Lex/ |
| D | ModuleMap.cpp | 131 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument 132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
|
| D | Lexer.cpp | 627 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
|
| /external/pdfium/core/src/fpdfapi/fpdf_page/ |
| D | pageint.h | 20 typedef enum { EndOfData, Number, Keyword, Name, Others } SyntaxType; enumerator
|
| /external/clang/lib/Sema/ |
| D | DeclSpec.cpp | 1142 StringRef Keyword; in Finish() local
|
| D | SemaType.cpp | 906 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local 3589 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local 5458 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
|
| D | SemaTemplateInstantiate.cpp | 993 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
|
| D | SemaCodeComplete.cpp | 2749 std::string Keyword; in CreateCodeCompletionString() local 4369 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
|
| D | SemaTemplate.cpp | 2239 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local 7867 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
|
| D | TreeTransform.h | 834 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType() 848 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType() 890 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
|
| D | SemaLookup.cpp | 3503 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
|
| /external/chromium_org/third_party/jinja2/ |
| D | nodes.py | 513 class Keyword(Helper): class
|
| /external/clang/include/clang/Sema/ |
| D | Sema.h | 1444 const IdentifierInfo *Keyword; variable 1453 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
|
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
| D | cmscgats.c | 92 char* Keyword; // Name of variable member
|
| /external/clang/lib/Parse/ |
| D | ParseDecl.cpp | 810 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
|
| /external/clang/lib/Serialization/ |
| D | ASTReader.cpp | 5359 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/ |
| D | ClangAttrEmitter.cpp | 2674 Keyword = 1 << 3, enumerator
|
| /external/chromium_org/third_party/blanketjs/src/ |
| D | blanket.js | 78 Keyword: 4, property
|
| /external/clang/include/clang/AST/ |
| D | ExprCXX.h | 3302 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()
|
| /external/chromium_org/third_party/polymer/components/polymer/ |
| D | polymer.js | 11 …var d=c.createShadowRoot(),e=document.createElement("span");d.appendChild(e),c.addEventListener("t…
|