Home
last modified time | relevance | path

Searched refs:OwningModule (Results 1 – 5 of 5) sorted by relevance

/freebsd/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
534 : II(II), Macro(Macro), OwningModule(OwningModule), in ModuleMacro()
541 static ModuleMacro *create(Preprocessor &PP, Module *OwningModule,
546 return Profile(ID, OwningModule, II); in Profile()
549 static void Profile(llvm::FoldingSetNodeID &ID, Module *OwningModule, in Profile() argument
551 ID.AddPointer(OwningModule); in Profile()
559 Module *getOwningModule() const { return OwningModule; } in getOwningModule()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp61 if (auto *OwningModule = TypeDecl->getImportedOwningModule()) in getSymbolReferenceForType() local
62 OwningModuleName = OwningModule->Name; in getSymbolReferenceForType()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp254 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create() argument
260 return new (Mem) ModuleMacro(OwningModule, II, Macro, Overrides); in create()
H A DModuleMap.cpp2028 if (Module *OwningModule = Map.UmbrellaDirs[*Dir]) { in handleUmbrellaDirDecl() local
2030 << OwningModule->getFullModuleName(); in handleUmbrellaDirDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h219 if (auto *OwningModule = D.getImportedOwningModule()) in getOwningModuleName() local
220 return OwningModule->getTopLevelModule()->Name; in getOwningModuleName()