Lines Matching refs:MacroPPCallbacks
22 void MacroPPCallbacks::writeMacroDefinition(const IdentifierInfo &II, in writeMacroDefinition()
62 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks() function in MacroPPCallbacks
77 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()
192 void MacroPPCallbacks::MacroUndefined(const Token &MacroNameTok, in MacroUndefined()