Searched refs:ASTFile (Results 1 – 3 of 3) sorted by relevance
176 StringRef ASTFile; variable182 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument185 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()190 StringRef getASTFile() const { return ASTFile; } in getASTFile()
125 const FileEntry *ASTFile = nullptr; variable467 return getTopLevelModule()->ASTFile; in getASTFile()474 getTopLevelModule()->ASTFile = File; in setASTFile()
45 ASTFile = File->getName(); in ASTSourceDescriptor()