Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h364 struct MacroExpandsInfo { struct
368 MacroExpandsInfo(Token Tok, MacroDefinition MD, SourceRange Range) in MacroExpandsInfo() function
371 SmallVector<MacroExpandsInfo, 2> DelayedMacroExpandsCallbacks;
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h564 struct MacroExpandsInfo { struct
569 MacroExpandsInfo(Token Tok, MacroDefinition MD, SourceRange Range) in MacroExpandsInfo() argument
572 SmallVector<MacroExpandsInfo, 2> DelayedMacroExpandsCallbacks;
/external/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp533 MacroExpandsInfo(Identifier, M, ExpansionRange)); in HandleMacroExpandedIdentifier()
537 for (const MacroExpandsInfo &Info : DelayedMacroExpandsCallbacks) { in HandleMacroExpandedIdentifier()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp479 MacroExpandsInfo(Identifier, M, ExpansionRange)); in HandleMacroExpandedIdentifier()
484 MacroExpandsInfo &Info = DelayedMacroExpandsCallbacks[i]; in HandleMacroExpandedIdentifier()