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.cpp679 Error ImportContainerChecked( in ImportContainerChecked() function in clang::ASTNodeImporter
760 if (Error Err = ImportContainerChecked(*From, To)) in import()
4032 if (Error Err = ImportContainerChecked( in VisitFunctionDecl()
4836 if (Error Err = ImportContainerChecked(FromSelLocs, ToSelLocs)) in VisitObjCMethodDecl()
6787 if (Error Err = ImportContainerChecked(S->outputs(), Exprs)) in VisitGCCAsmStmt()
6847 if (Error Err = ImportContainerChecked(S->body(), ToStmts)) in VisitCompoundStmt()
6915 if (Error Err = ImportContainerChecked(FromAttrs, ToAttrs)) in VisitAttributedStmt()
7338 if ((Err = ImportContainerChecked(FromSubExprs, ToSubExprs))) in VisitShuffleVectorExpr()
7376 if (Error Err = ImportContainerChecked(FromAssocTypes, ToAssocTypes)) in VisitGenericSelectionExpr()
7381 if (Error Err = ImportContainerChecked(FromAssocExprs, ToAssocExprs)) in VisitGenericSelectionExpr()
[all …]