Searched refs:appendDefMacroDirective (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1137 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function 1143 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function 1145 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 2950 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective() 2982 (void)appendDefMacroDirective(getIdentifierInfo("static_assert"), MI); in HandleDefineDirective()
|
| H A D | PPMacroExpansion.cpp | 335 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
|
| H A D | Pragma.cpp | 704 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
|