HomeSort by: relevance | last modified time | path
    Searched refs:importInto (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 145 // Use this instead of Importer.importInto .
147 LLVM_NODISCARD Error importInto(ImportT &To, const ImportT &From) {
148 return Importer.importInto(To, From);
153 LLVM_NODISCARD Error importInto(ImportT *&To, ImportT *From) {
735 if (Error Err = importInto(std::get<0>(Result), FTSInfo->getTemplate()))
968 if (Error Err = importInto(EllipsisLoc, From.getEllipsisLoc()))
1650 if (Error Err = importInto(Name, D->getDeclName()))
1654 if (Error Err = importInto(Loc, D->getLocation()))
1669 if (Error Err = importInto(Name, D->getDeclName()))
1673 if (Error Err = importInto(Loc, D->getLocation())
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTImporter.h 335 LLVM_NODISCARD llvm::Error importInto(ImportT &To, const ImportT &From) {

Completed in 16 milliseconds