Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp21 void MacroPPCallbacks::writeMacroDefinition(const IdentifierInfo &II, in writeMacroDefinition()
61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks() function in MacroPPCallbacks
76 llvm::DIMacroFile *MacroPPCallbacks::getCurrentScope() { in getCurrentScope()
82 SourceLocation MacroPPCallbacks::getCorrectLocation(SourceLocation Loc) { in getCorrectLocation()
91 void MacroPPCallbacks::updateStatusToNextScope() { in updateStatusToNextScope()
110 void MacroPPCallbacks::FileEntered(SourceLocation Loc) { in FileEntered()
135 void MacroPPCallbacks::FileExited(SourceLocation Loc) { in FileExited()
158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
168 void MacroPPCallbacks::InclusionDirective( in InclusionDirective()
178 void MacroPPCallbacks::MacroDefined(const Token &MacroNameTok, in MacroDefined()
[all …]
H A DMacroPPCallbacks.h26 class MacroPPCallbacks : public PPCallbacks {
90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
H A DCMakeLists.txt82 MacroPPCallbacks.cpp
H A DCodeGenAction.cpp1093 std::make_unique<MacroPPCallbacks>(BEConsumer->getCodeGenerator(), in CreateASTConsumer()
/openbsd-src/gnu/usr.bin/clang/libclangCodeGen/
H A DMakefile59 MacroPPCallbacks.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn88 "MacroPPCallbacks.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt385 clang/lib/CodeGen/MacroPPCallbacks.cpp