Home
last modified time | relevance | path

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

/freebsd/contrib/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.h224 OptionalFileEntryRef ASTFile; variable
682 return getTopLevelModule()->ASTFile; in getASTFile()
688 getTopLevelModule()->ASTFile = File; in setASTFile()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DASTSourceDescriptor.cpp23 ASTFile = File->getName(); in ASTSourceDescriptor()