Searched refs:ASTFile (Results 1 – 4 of 4) sorted by relevance
151 StringRef ASTFile; variable157 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument160 ASTFile(std::move(ASTFile)), Signature(Signature){}; in ASTSourceDescriptor()164 StringRef getASTFile() const { return ASTFile; } in getASTFile()
83 const FileEntry *ASTFile; variable385 return getTopLevelModule()->ASTFile; in getASTFile()392 getTopLevelModule()->ASTFile = File; in setASTFile()
36 ASTFile = File->getName(); in ASTSourceDescriptor()
30 Umbrella(), Signature(0), ASTFile(nullptr), VisibilityID(VisibilityID), in Module()