Searched refs:ASTFile (Results 1 – 3 of 3) sorted by relevance
166 Optional<FileEntryRef> ASTFile; variable535 return getTopLevelModule()->ASTFile; in getASTFile()542 getTopLevelModule()->ASTFile = File; in setASTFile()723 StringRef ASTFile; variable729 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument732 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()737 StringRef getASTFile() const { return ASTFile; } in getASTFile()
95 auto GatherModuleFileInfo = [&](StringRef ASTFile) { in visitPrebuiltModule() argument97 ASTFile, CI.getFileManager(), CI.getPCHContainerReader(), in visitPrebuiltModule()
683 ASTFile = File->getName(); in ASTSourceDescriptor()