Searched refs:appendDefMacroDirective (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1429 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function 1435 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function 1437 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 3256 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective() 3288 (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 | 673 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
|