Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h633 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
640 appendMacroDirective(II, MD); in appendDefMacroDirective()
/external/clang/lib/Lex/
DPPDirectives.cpp1302 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1329 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
2312 appendMacroDirective(MacroNameTok.getIdentifierInfo(), in HandleUndefDirective()
DPragma.cpp597 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
DPPMacroExpansion.cpp45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
/external/clang/lib/Serialization/
DASTReader.cpp1979 PP.appendMacroDirective(II, HI->second->import(PP, ImportLoc)); in removeOverriddenMacros()
2060 PP.appendMacroDirective(II, Imported); in installImportedMacro()
2075 PP.appendMacroDirective(II, Imported); in installImportedMacro()
2110 PP.appendMacroDirective(II, MD); in installImportedMacro()
3520 PP.appendMacroDirective(Macro.first, in makeNamesVisible()