Searched refs:MacroPPCallbacks (Results 1 – 4 of 4) sorted by relevance
22 void MacroPPCallbacks::writeMacroDefinition(const IdentifierInfo &II, in writeMacroDefinition()62 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks() function in MacroPPCallbacks77 llvm::DIMacroFile *MacroPPCallbacks::getCurrentScope() { in getCurrentScope()83 SourceLocation MacroPPCallbacks::getCorrectLocation(SourceLocation Loc) { in getCorrectLocation()92 void MacroPPCallbacks::updateStatusToNextScope() { in updateStatusToNextScope()111 void MacroPPCallbacks::FileEntered(SourceLocation Loc) { in FileEntered()136 void MacroPPCallbacks::FileExited(SourceLocation Loc) { in FileExited()159 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()169 void MacroPPCallbacks::InclusionDirective( in InclusionDirective()179 void MacroPPCallbacks::MacroDefined(const Token &MacroNameTok, in MacroDefined()[all …]
28 class MacroPPCallbacks : public PPCallbacks {92 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
907 llvm::make_unique<MacroPPCallbacks>(BEConsumer->getCodeGenerator(), in CreateASTConsumer()
243 SRCS_MIN+= CodeGen/MacroPPCallbacks.cpp