Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DToken.h80 DisableExpand = 0x04, // This identifier may never be macro expanded. enumerator
263 return (Flags & DisableExpand) ? true : false; in isExpandDisabled()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp366 Identifier.setFlag(Token::DisableExpand); in HandleMacroExpandedIdentifier()
610 Tok.setFlag(Token::DisableExpand); in ReadFunctionLikeMacroArgs()
DPreprocessor.cpp637 Identifier.setFlag(Token::DisableExpand); in HandleIdentifier()
/external/clang/docs/
DInternalsManual.rst623 #. **DisableExpand** --- This flag is used internally to the preprocessor to