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

  /external/clang/include/clang/Frontend/
CompilerInstance.h 540 void createPCHExternalASTSource(StringRef Path,
549 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 287 void CompilerInstance::createPCHExternalASTSource(StringRef Path,
293 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
305 CompilerInstance::createPCHExternalASTSource(StringRef Path,
    [all...]
FrontendAction.cpp 312 CI.createPCHExternalASTSource(

Completed in 44 milliseconds