Searched refs:ImportedFromModuleID (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 361 unsigned ImportedFromModuleID = 0, 364 IsAmbiguous(false), IsPublic(true), IsImported(ImportedFromModuleID), in Previous() 371 *Extra++ = ImportedFromModuleID; in Previous() 496 unsigned ImportedFromModuleID = 0, 498 : MacroDirective(MD_Define, Loc, ImportedFromModuleID, Overrides), in MacroDirective() argument 524 unsigned ImportedFromModuleID = 0, 526 : MacroDirective(MD_Undefine, UndefLoc, ImportedFromModuleID, Overrides) { in MacroDirective() argument 527 assert((UndefLoc.isValid() || ImportedFromModuleID) && "Invalid UndefLoc!"); in MacroDirective()
|
| H A D | Preprocessor.h | 636 unsigned ImportedFromModuleID, in appendDefMacroDirective() argument 639 AllocateDefMacroDirective(MI, Loc, ImportedFromModuleID, Overrides); in appendDefMacroDirective() 1414 unsigned ImportedFromModuleID = 0, 1418 unsigned ImportedFromModuleID = 0,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 67 unsigned ImportedFromModuleID, in AllocateDefMacroDirective() argument 69 unsigned NumExtra = (ImportedFromModuleID ? 1 : 0) + Overrides.size(); in AllocateDefMacroDirective() 73 DefMacroDirective(MI, Loc, ImportedFromModuleID, Overrides); in AllocateDefMacroDirective() 78 unsigned ImportedFromModuleID, in AllocateUndefMacroDirective() argument 80 unsigned NumExtra = (ImportedFromModuleID ? 1 : 0) + Overrides.size(); in AllocateUndefMacroDirective() 84 UndefMacroDirective(UndefLoc, ImportedFromModuleID, Overrides); in AllocateUndefMacroDirective()
|