Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DMacroInfo.h503 Module *OwningModule; variable
512 ModuleMacro(Module *OwningModule, IdentifierInfo *II, MacroInfo *Macro, in ModuleMacro()
528 static void Profile(llvm::FoldingSetNodeID &ID, Module *OwningModule, in Profile()
/external/clang/lib/Lex/
DMacroInfo.cpp238 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
DModuleMap.cpp1958 if (Module *OwningModule = Map.UmbrellaDirs[Dir]) { in parseUmbrellaDirDecl() local