Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h499 Module *OwningModule; variable
507 ModuleMacro(Module *OwningModule, IdentifierInfo *II, MacroInfo *Macro, in ModuleMacro()
524 static void Profile(llvm::FoldingSetNodeID &ID, Module *OwningModule, in Profile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp242 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
H A DModuleMap.cpp2419 if (Module *OwningModule = Map.UmbrellaDirs[Dir]) { in parseUmbrellaDirDecl() local