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

  /external/clang/include/clang/Serialization/
ASTWriter.h 337 void WriteMetadata(ASTContext &Context, StringRef isysroot,
343 StringRef isysroot);
345 void WriteHeaderSearch(HeaderSearch &HS, StringRef isysroot);
384 StringRef isysroot, const std::string &OutputFile,
403 /// \param isysroot if non-empty, write a relocatable file whose headers
407 bool IsModule, StringRef isysroot);
637 std::string isysroot; member in class:clang::PCHGenerator
652 StringRef isysroot, raw_ostream *Out);
ASTReader.h 509 std::string isysroot; member in class:clang::ASTReader
730 /// \param isysroot If non-NULL, the system include path specified by the
743 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot = "",
    [all...]

Completed in 112 milliseconds