Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp635 Error ImportContainerChecked( in ImportContainerChecked() function in clang::ASTNodeImporter
720 if (Error Err = ImportContainerChecked(*From, To)) in import()
1910 if (Error Err = ImportContainerChecked(*Params, ToParams)) in ImportTemplateParameterList()
3134 if (Error Err = ImportContainerChecked( in VisitFunctionDecl()
3875 if (Error Err = ImportContainerChecked(FromSelLocs, ToSelLocs)) in VisitObjCMethodDecl()
5582 if (Error Err = ImportContainerChecked(S->outputs(), Exprs)) in VisitGCCAsmStmt()
5638 if (Error Err = ImportContainerChecked(S->body(), ToStmts)) in VisitCompoundStmt()
5707 if (Error Err = ImportContainerChecked(FromAttrs, ToAttrs)) in VisitAttributedStmt()
6348 if (Error Err = ImportContainerChecked(E->exprs(), ToExprs)) in VisitParenListExpr()
7394 if (Error Err = ImportContainerChecked(E->inits(), ToExprs)) in VisitInitListExpr()
[all …]