Searched defs:getModuleImportLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h457 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1020 getModuleImportLoc(SourceLocation Loc) const { function in class:clang::SourceManager
1028 return ExternalSLocEntries->getModuleImportLoc(FID.ID);
/external/clang/lib/Serialization/
H A DASTReader.cpp1277 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { function in class:ASTReader

Completed in 115 milliseconds