Home
last modified time | relevance | path

Searched defs:ASTFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h185 Optional<FileEntryRef> ASTFile; variable
802 StringRef ASTFile; variable
808 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor()
/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp57 llvm::ToolOutputFile ASTFile(ASTFileName, ASTFD); in HandleTranslationUnit() local