Searched refs:DisableExpand (Results 1 – 3 of 3) sorted by relevance
76 DisableExpand = 0x04, // This identifier may never be macro expanded. enumerator247 return (Flags & DisableExpand) ? true : false; in isExpandDisabled()
310 Identifier.setFlag(Token::DisableExpand); in HandleMacroExpandedIdentifier()404 Tok.setFlag(Token::DisableExpand); in ReadFunctionLikeMacroArgs()
540 Identifier.setFlag(Token::DisableExpand); in HandleIdentifier()