Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
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 …]
DMacroPPCallbacks.h27 class MacroPPCallbacks : public PPCallbacks {
91 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
DCMakeLists.txt79 MacroPPCallbacks.cpp
DCodeGenAction.cpp982 std::make_unique<MacroPPCallbacks>(BEConsumer->getCodeGenerator(), in CreateASTConsumer()
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/CodeGen/
DBUILD.gn84 "MacroPPCallbacks.cpp",