Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DToken.h77 DisableExpand = 0x04, // This identifier may never be macro expanded. enumerator
275 bool isExpandDisabled() const { return getFlag(DisableExpand); } in isExpandDisabled()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp615 Identifier.setFlag(Token::DisableExpand); in HandleMacroExpandedIdentifier()
869 Tok.setFlag(Token::DisableExpand); in ReadMacroCallArgumentList()
H A DPreprocessor.cpp857 Identifier.setFlag(Token::DisableExpand); in HandleIdentifier()
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst1071 #. **DisableExpand** --- This flag is used internally to the preprocessor to