Home
last modified time | relevance | path

Searched defs:OwningModule (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h498 Module *OwningModule; variable
506 ModuleMacro(Module *OwningModule, IdentifierInfo *II, MacroInfo *Macro, in ModuleMacro()
523 static void Profile(llvm::FoldingSetNodeID &ID, Module *OwningModule, in Profile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp241 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
H A DModuleMap.cpp2472 if (Module *OwningModule = Map.UmbrellaDirs[Dir]) { in parseUmbrellaDirDecl() local