HomeSort by: relevance | last modified time | path
    Searched refs:ASTFile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 166 Optional<FileEntryRef> ASTFile;
535 return getTopLevelModule()->ASTFile;
542 getTopLevelModule()->ASTFile = File;
723 StringRef ASTFile;
729 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile,
732 ASTFile(std::move(ASTFile)), Signature(Signature) {}
737 StringRef getASTFile() const { return ASTFile; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 683 ASTFile = File->getName();

Completed in 24 milliseconds