Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1410 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function
1416 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function
1418 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp3127 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()
3159 (void)appendDefMacroDirective(getIdentifierInfo("static_assert"), MI); in HandleDefineDirective()
H A DPPMacroExpansion.cpp333 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
H A DPragma.cpp662 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()