Home
last modified time | relevance | path

Searched refs:ASTFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h31 StringRef ASTFile; variable
37 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
40 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()
45 StringRef getASTFile() const { return ASTFile; } in getASTFile()
H A DModule.h234 OptionalFileEntryRef ASTFile;
709 return getTopLevelModule()->ASTFile;
715 getTopLevelModule()->ASTFile = File;
224 OptionalFileEntryRef ASTFile; global() variable
/llvm-project/clang/lib/Basic/
H A DASTSourceDescriptor.cpp23 ASTFile = File->getName(); in ASTSourceDescriptor()
/llvm-project/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp56 llvm::ToolOutputFile ASTFile(ASTFileName, ASTFD); in HandleTranslationUnit() local