Home
last modified time | relevance | path

Searched refs:KWName (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicotok.c141 #define KWName (picoos_uchar *)"name" macro
768 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId, KWName)) { in tok_interpretMarkup()
781 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId, KWName)) { in tok_interpretMarkup()
790 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId, KWName)) { in tok_interpretMarkup()
/external/clang/lib/Parse/
DParseDecl.cpp2460 IdentifierInfo *KWName = Tok.getIdentifierInfo(); in ParseAlignmentSpecifier() local
2480 Attrs.addNew(KWName, KWLoc, nullptr, KWLoc, ArgExprs.data(), 1, in ParseAlignmentSpecifier()