Searched refs:appendDefMacroDirective (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | Preprocessor.h | 561 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function 568 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI){ in appendDefMacroDirective() function 569 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc(), false); in appendDefMacroDirective()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | Pragma.cpp | 608 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc, in HandlePragmaPopMacro()
|
| D | PPMacroExpansion.cpp | 80 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
|
| D | PPDirectives.cpp | 2112 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()
|