Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h606 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function
613 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI){ in appendDefMacroDirective() function
614 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc(), false); in appendDefMacroDirective()
/external/clang/lib/Lex/
DPragma.cpp607 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc, in HandlePragmaPopMacro()
DPPMacroExpansion.cpp81 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
DPPDirectives.cpp2119 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()