Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp683 ASTFile = File->getName(); in ASTSourceDescriptor()