Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3457 if (Stmt *FromBody = FromFD->getBody()) { in ImportFunctionDeclBody() local
3458 if (ExpectedStmt ToBodyOrErr = import(FromBody)) in ImportFunctionDeclBody()