Searched refs:appendMacroDirective (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 633 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD); 640 appendMacroDirective(II, MD); in appendDefMacroDirective()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 1302 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective() 1329 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective() 2312 appendMacroDirective(MacroNameTok.getIdentifierInfo(), in HandleUndefDirective()
|
D | Pragma.cpp | 597 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
|
D | PPMacroExpansion.cpp | 45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1979 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()
|