Home
last modified time | relevance | path

Searched refs:appendMacroDirective (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h871 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
875 appendMacroDirective(II, MD); in appendDefMacroDirective()
/external/clang/lib/Lex/
DPPDirectives.cpp1298 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1325 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
2368 appendMacroDirective(MacroNameTok.getIdentifierInfo(), in HandleUndefDirective()
DPragma.cpp601 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
DPPMacroExpansion.cpp45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor