Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h879 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function
885 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function
887 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1136 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function
1142 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function
1144 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
/external/clang/lib/Lex/
DPragma.cpp609 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
DPPMacroExpansion.cpp285 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
DPPDirectives.cpp2521 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()
/external/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp333 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
DPragma.cpp653 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
DPPDirectives.cpp2855 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()