HomeSort by: relevance | last modified time | path
    Searched defs:getModuleImportLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 196 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const {
201 SrcMgr->getModuleImportLoc(*this);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 529 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1142 getModuleImportLoc(SourceLocation Loc) const {
1150 return ExternalSLocEntries->getModuleImportLoc(FID.ID);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1419 SourceLocation getModuleImportLoc(Module *M) const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1596 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) {

Completed in 71 milliseconds