Home
last modified time | relevance | path

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

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