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

  /external/clang/lib/Basic/
Module.cpp 98 const Module *Module::getTopLevelModule() const {
  /external/clang/include/clang/Basic/
Module.h 257 Module *getTopLevelModule() {
259 const_cast<const Module *>(this)->getTopLevelModule());
264 const Module *getTopLevelModule() const;
269 return getTopLevelModule()->Name;
274 return getTopLevelModule()->ASTFile;
280 getTopLevelModule()->ASTFile = File;

Completed in 252 milliseconds