Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h524 Module *OwningModule; variable
532 ModuleMacro(Module *OwningModule, const IdentifierInfo *II, MacroInfo *Macro, in ModuleMacro() argument
549 static void Profile(llvm::FoldingSetNodeID &ID, Module *OwningModule, in Profile() argument
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp259 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create() argument
H A DModuleMap.cpp2587 if (Module *OwningModule = Map.UmbrellaDirs[*Dir]) { parseUmbrellaDirDecl() local