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 542 void createPCHExternalASTSource(StringRef Path,
551 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 290 void CompilerInstance::createPCHExternalASTSource(StringRef Path,
296 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
308 CompilerInstance::createPCHExternalASTSource(StringRef Path,
    [all...]
FrontendAction.cpp 312 CI.createPCHExternalASTSource(

Completed in 177 milliseconds