Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h224 OptionalFileEntryRef ASTFile; variable
676 return getTopLevelModule()->ASTFile; in getASTFile()
682 getTopLevelModule()->ASTFile = File; in setASTFile()
877 StringRef ASTFile; variable
883 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
886 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()
891 StringRef getASTFile() const { return ASTFile; } in getASTFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp737 ASTFile = File->getName(); in ASTSourceDescriptor()