Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1002 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function
1008 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function
1010 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp331 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
H A DPragma.cpp639 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
H A DPPDirectives.cpp2649 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()