Searched defs:ASTFile (Results 1 – 5 of 5) sorted by relevance
15 struct ASTFile { struct16 ASTFile() in ASTFile() argument19 ASTNode& root() { in root()26 ASTNode::ID fRoot;28 friend class IRGenerator;29 friend class Parser;
151 StringRef ASTFile; variable157 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor()
165 Optional<FileEntryRef> ASTFile; variable719 StringRef ASTFile; variable725 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor()
57 llvm::ToolOutputFile ASTFile(ASTFileName, ASTFD); in HandleTranslationUnit() local
83 const FileEntry *ASTFile; variable