Home
last modified time | relevance | path

Searched refs:ImportContainerChecked (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp733 Error ImportContainerChecked( in ImportContainerChecked() function in clang::ASTNodeImporter
814 if (Error Err = ImportContainerChecked(*From, To)) in import()
4307 if (Error Err = ImportContainerChecked( in VisitFunctionDecl()
5113 if (Error Err = ImportContainerChecked(FromSelLocs, ToSelLocs)) in VisitObjCMethodDecl()
7134 if (Error Err = ImportContainerChecked(S->outputs(), Exprs)) in VisitGCCAsmStmt()
7194 if (Error Err = ImportContainerChecked(S->body(), ToStmts)) in VisitCompoundStmt()
7262 if (Error Err = ImportContainerChecked(FromAttrs, ToAttrs)) in VisitAttributedStmt()
7686 if ((Err = ImportContainerChecked(FromSubExprs, ToSubExprs))) in VisitShuffleVectorExpr()
7724 if (Error Err = ImportContainerChecked(FromAssocTypes, ToAssocTypes)) in VisitGenericSelectionExpr()
7729 if (Error Err = ImportContainerChecked(FromAssocExprs, ToAssocExprs)) in VisitGenericSelectionExpr()
[all …]