HomeSort by relevance Sort by last modified time
    Searched defs:getASTFile (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ExternalASTSource.h 164 StringRef getASTFile() const { return ASTFile; }
  /external/clang/include/clang/Basic/
Module.h 386 const FileEntry *getASTFile() const {
392 assert((File == nullptr || getASTFile() == nullptr ||
393 getASTFile() == File) && "file path changed");

Completed in 167 milliseconds