Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h166 Optional<FileEntryRef> ASTFile; variable
535 return getTopLevelModule()->ASTFile; in getASTFile()
542 getTopLevelModule()->ASTFile = File; in setASTFile()
723 StringRef ASTFile; variable
729 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
732 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()
737 StringRef getASTFile() const { return ASTFile; } in getASTFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp95 auto GatherModuleFileInfo = [&](StringRef ASTFile) { in visitPrebuiltModule() argument
97 ASTFile, CI.getFileManager(), CI.getPCHContainerReader(), in visitPrebuiltModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp683 ASTFile = File->getName(); in ASTSourceDescriptor()