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

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

Completed in 82 milliseconds