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 517 void createPCHExternalASTSource(StringRef Path,
526 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot,
  /external/clang/lib/Frontend/
FrontendAction.cpp 236 CI.createPCHExternalASTSource(
CompilerInstance.cpp 286 void CompilerInstance::createPCHExternalASTSource(StringRef Path,
292 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
303 CompilerInstance::createPCHExternalASTSource(StringRef Path,
    [all...]

Completed in 14 milliseconds