Home
last modified time | relevance | path

Searched refs:DefMacroDirective (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDMacroInfo.h299 class DefMacroDirective; variable
354 DefMacroDirective *DefDirective;
361 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
365 const DefMacroDirective *getDirective() const { return DefDirective; } in getDirective()
366 DefMacroDirective *getDirective() { return DefDirective; } in getDirective()
419 class DefMacroDirective : public MacroDirective {
423 DefMacroDirective(MacroInfo *MI, SourceLocation Loc) in DefMacroDirective() function
427 explicit DefMacroDirective(MacroInfo *MI) in DefMacroDirective() function
428 : DefMacroDirective(MI, MI->getDefinitionLoc()) {} in DefMacroDirective()
437 static bool classof(const DefMacroDirective *) { return true; } in classof() argument
[all …]
HDPreprocessor.h813 return MacroDefinition(dyn_cast_or_null<DefMacroDirective>(MD), in getMacroDefinition()
867 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective()
869 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc); in appendDefMacroDirective()
873 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective()
1688 DefMacroDirective *AllocateDefMacroDirective(MacroInfo *MI,
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDMacroInfo.cpp177 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD)) in getDefinition()
225 if (auto *DMD = dyn_cast<DefMacroDirective>(this)) { in dump()
HDPPLexerChange.cpp728 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD)) in LeaveSubmodule()
HDPPDirectives.cpp65 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective()
67 return new (BP) DefMacroDirective(MI, Loc); in AllocateDefMacroDirective()
2268 DefMacroDirective *MD = in HandleDefineDirective()
HDPPMacroExpansion.cpp173 if (auto *DMD = dyn_cast_or_null<DefMacroDirective>(MD)) { in updateModuleMacroInfo()
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h67 class DefMacroDirective; variable
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp1104 if (auto *DMD = dyn_cast<DefMacroDirective>(MD)) in checkConfigMacro()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp2063 if (auto *DefMD = dyn_cast<DefMacroDirective>(MD)) { in WritePreprocessor()