Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp748 Module *Mod = getModuleContainingLocation(MD->getLocation()); in LeaveSubmodule()
DPPDirectives.cpp677 Module *Preprocessor::getModuleContainingLocation(SourceLocation Loc) { in getModuleContainingLocation() function in Preprocessor
691 Module *M = getModuleContainingLocation(Loc); in getModuleHeaderToIncludeForDiagnostics()
/external/clang/include/clang/Lex/
DPreprocessor.h1892 Module *getModuleContainingLocation(SourceLocation Loc);
/external/clang/lib/Sema/
DSemaLookup.cpp1357 PP.getModuleContainingLocation(Entity->getLocation())) { in getOwningModule()
1389 if (auto *M = PP.getModuleContainingLocation(Loc)) in makeMergedDefinitionVisible()
DSemaDecl.cpp12727 PP.getModuleContainingLocation( in ActOnTag()
12729 PP.getModuleContainingLocation(KWLoc)) && in ActOnTag()