Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h189 OptionalFileEntryRef ASTFile; variable
613 return getTopLevelModule()->ASTFile; in getASTFile()
619 getTopLevelModule()->ASTFile = File; in setASTFile()
812 StringRef ASTFile; variable
818 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
821 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()
826 StringRef getASTFile() const { return ASTFile; } in getASTFile()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp706 ASTFile = File->getName(); in ASTSourceDescriptor()