Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h185 Optional<FileEntryRef> ASTFile; variable
602 return getTopLevelModule()->ASTFile; in getASTFile()
609 getTopLevelModule()->ASTFile = File; in setASTFile()
802 StringRef ASTFile; variable
808 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
811 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()
816 StringRef getASTFile() const { return ASTFile; } in getASTFile()
/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp57 llvm::ToolOutputFile ASTFile(ASTFileName, ASTFD); in HandleTranslationUnit() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp684 ASTFile = File->getName(); in ASTSourceDescriptor()