Searched refs:DefMacroDirective (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | MacroInfo.h | 299 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 …]
|
| HD | Preprocessor.h | 813 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/ |
| HD | MacroInfo.cpp | 177 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD)) in getDefinition() 225 if (auto *DMD = dyn_cast<DefMacroDirective>(this)) { in dump()
|
| HD | PPLexerChange.cpp | 728 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD)) in LeaveSubmodule()
|
| HD | PPDirectives.cpp | 65 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective() 67 return new (BP) DefMacroDirective(MI, Loc); in AllocateDefMacroDirective() 2268 DefMacroDirective *MD = in HandleDefineDirective()
|
| HD | PPMacroExpansion.cpp | 173 if (auto *DMD = dyn_cast_or_null<DefMacroDirective>(MD)) { in updateModuleMacroInfo()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ASTReader.h | 67 class DefMacroDirective; variable
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | CompilerInstance.cpp | 1104 if (auto *DMD = dyn_cast<DefMacroDirective>(MD)) in checkConfigMacro()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 2063 if (auto *DefMD = dyn_cast<DefMacroDirective>(MD)) { in WritePreprocessor()
|