Home
last modified time | relevance | path

Searched refs:DisableExpand (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DToken.h78 DisableExpand = 0x04, // This identifier may never be macro expanded. enumerator
273 bool isExpandDisabled() const { return getFlag(DisableExpand); } in isExpandDisabled()
/external/clang/lib/Lex/
DPreprocessor.cpp672 Identifier.setFlag(Token::DisableExpand); in HandleIdentifier()
DPPMacroExpansion.cpp555 Identifier.setFlag(Token::DisableExpand); in HandleMacroExpandedIdentifier()
801 Tok.setFlag(Token::DisableExpand); in ReadFunctionLikeMacroArgs()
/external/clang/docs/
DInternalsManual.rst623 #. **DisableExpand** --- This flag is used internally to the preprocessor to