Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp22 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()
[all …]
H A DMacroPPCallbacks.h28 class MacroPPCallbacks : public PPCallbacks {
92 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
H A DCodeGenAction.cpp907 llvm::make_unique<MacroPPCallbacks>(BEConsumer->getCodeGenerator(), in CreateASTConsumer()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile243 SRCS_MIN+= CodeGen/MacroPPCallbacks.cpp