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

  /external/clang/include/clang/Basic/
Module.h 386 const FileEntry *getASTFile() const {
392 assert((File == nullptr || getASTFile() == nullptr ||
393 getASTFile() == File) && "file path changed");
  /external/clang/lib/AST/
ExternalASTSource.cpp 35 if (auto *File = M.getASTFile())
  /external/clang/include/clang/AST/
ExternalASTSource.h 164 StringRef getASTFile() const { return ASTFile; }
  /external/clang/tools/libclang/
IndexingContext.cpp 271 const_cast<FileEntry *>(Mod->getASTFile())),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 298 milliseconds