Searched refs:appendDefMacroDirective (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1410 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 D | PPDirectives.cpp | 3127 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective() 3159 (void)appendDefMacroDirective(getIdentifierInfo("static_assert"), MI); in HandleDefineDirective()
|
| H A D | PPMacroExpansion.cpp | 333 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
|
| H A D | Pragma.cpp | 662 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
|