Searched refs:fKeyWord (Results 1 – 6 of 6) sorted by relevance
82 return kKeyWords[index].fKeyWord; in FindKey()90 SkASSERT((int) kKeyWords[index - 1].fKeyWord + 1 in ValidateKeyWords()91 == (int) kKeyWords[index].fKeyWord); in ValidateKeyWords()102 if (KeyWord::kEnum == fParent->fKeyWord) { in addKeyword()653 if (KeyWord::kNone != poundDef->fKeyWord) { in checkForWord()656 poundDef->fKeyWord = keyWord; in checkForWord()1142 if (Definition::Type::kMark == test->fType && KeyWord::kClass == test->fKeyWord) { in defineClass()1164 markupDef.fMarkType = KeyWord::kStruct == includeDef.fKeyWord ? in defineClass()1166 markupDef.fKeyWord = includeDef.fKeyWord; in defineClass()1501 if (KeyWord::kStruct != structToken->fKeyWord) { in isMember()[all …]
457 if (KeyWord::kClass == braceHolder->fKeyWord) { in enumHeaderOut()603 if (KeyWord::kClass == brace->fKeyWord) { in enumMembersOut()670 if (KeyWord::kIf == token->fKeyWord || KeyWord::kIfdef == token->fKeyWord) { in enumPreprocessor()674 } else if (KeyWord::kEndif == token->fKeyWord || KeyWord::kElif == token->fKeyWord in enumPreprocessor()675 || KeyWord::kElse == token->fKeyWord) { in enumPreprocessor()679 if (KeyWord::kElif == token->fKeyWord) { in enumPreprocessor()716 if (KeyWord::kClass == brace->fKeyWord) { in enumSizeItems()781 if (KeyWord::kEnum == child.fKeyWord && child.fChildren.size() > 0 in matchMemberName()782 && KeyWord::kClass == child.fChildren[0]->fKeyWord) { in matchMemberName()786 if (KeyWord::kStruct == parent->fKeyWord || KeyWord::kClass == parent->fKeyWord) { in matchMemberName()[all …]
109 fKeyWord = keyWord; in Definition()156 if (KeyWord::kClass == test->fKeyWord || KeyWord::kStruct == test->fKeyWord) { in iRootParent()248 KeyWord fKeyWord = KeyWord::kNone; variable
267 , fKeyWord(keyWord) in BraceState()275 KeyWord fKeyWord; member1140 if (KeyWord::kIfndef == member->fKeyWord) { in addCodeBlock()1144 if (KeyWord::kClass == member->fKeyWord || KeyWord::kStruct == member->fKeyWord in addCodeBlock()1145 || KeyWord::kTemplate == member->fKeyWord) { in addCodeBlock()1170 if (KeyWord::kEnum == member->fKeyWord) { in addCodeBlock()1175 if (KeyWord::kEnum == member->fKeyWord && KeyWord::kClass == tokenIter->fKeyWord) { in addCodeBlock()1184 MarkType markType = KeyWord::kClass == member->fKeyWord in addCodeBlock()1185 || KeyWord::kStruct == member->fKeyWord ? MarkType::kClass : MarkType::kEnum; in addCodeBlock()1207 if (KeyWord::kTypedef == member->fKeyWord) { in addCodeBlock()[all …]
203 KeyWord fKeyWord; member
222 && KeyWord::kTypename == fParent->fKeyWord) { in popBracket()