Home
last modified time | relevance | path

Searched refs:getModuleContainingLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Lex/
DPPLexerChange.cpp713 Module *Mod = getModuleContainingLocation(MD->getLocation()); in LeaveSubmodule()
DPPDirectives.cpp598 Module *Preprocessor::getModuleContainingLocation(SourceLocation Loc) { in getModuleContainingLocation() function in Preprocessor
/external/clang/include/clang/Lex/
DPreprocessor.h1860 Module *getModuleContainingLocation(SourceLocation Loc);
/external/clang/lib/Sema/
DSemaLookup.cpp1339 PP.getModuleContainingLocation(Entity->getLocation())) { in getOwningModule()
1371 if (auto *M = PP.getModuleContainingLocation(Loc)) in makeMergedDefinitionVisible()